diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 17:03:52 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-01 20:13:41 +0100 |
commit | 8d414697d5e49fd42650b7b1472512c72f544c7c (patch) | |
tree | dada5ac637f0c3ce908d14767399b12c785339ab /android | |
parent | 2b24eec3d4ca50e676c0c3af86ecb92a8eb0a8a2 (diff) |
android: Further reduce size of LibreOfficeExperimentalDesktop.apk.
It still seems to work for me.
Probably we do not need more components, but it's small enough for now.
Also add uui into 'core' group.
Change-Id: Ifadea8aa819ed17bbd021a0fa2373e6287e06446
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/desktop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index 90a8b7ad880b..b2d55f9c0f6b 100644 --- a/android/experimental/desktop/Makefile +++ b/android/experimental/desktop/Makefile @@ -13,8 +13,7 @@ include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py $< -j \ - -g core -g writer \ - -s basprov -s dlgprov -s cui -s protocolhandler -s scriptframe -s sb -s spl -s stringresource -s uui -s vbaswobj -s vbaevents \ + -g core -g writer_core \ > $@ # The name of the Bootstrap activity class |