Don't build and install app templates on android
ClosedPublic

Authored by jbbgameich on Dec 14 2019, 1:41 PM.

Details

Summary

They increase apk sizes and are really not required in an apk.

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jbbgameich created this revision.Dec 14 2019, 1:41 PM
Restricted Application added a project: Kirigami. · View Herald TranscriptDec 14 2019, 1:41 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
jbbgameich requested review of this revision.Dec 14 2019, 1:41 PM
nicolasfella added inline comments.
CMakeLists.txt
123–125

if(ANDROID) is enough

123–125

if (NOT ANDROID) obviously

jbbgameich updated this revision to Diff 71517.Dec 14 2019, 1:51 PM

Follow suggestion

nicolasfella accepted this revision.Dec 14 2019, 1:52 PM
This revision is now accepted and ready to land.Dec 14 2019, 1:52 PM
This revision was automatically updated to reflect the committed changes.