summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-31 13:17:03 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-31 13:28:59 +0100
commit38f23632c854145fe6e4853624864d533912ab21 (patch)
tree88057b7c31377b5bf5fafc2fbd7551539e06c6d9 /android
parent31b2ed3451599438441bbd6ac5f25ea104f9435c (diff)
android: 'core' and 'writer' components should be enough
Change-Id: I97a4989ed29db5f777895fee13940cbd6910068e
Diffstat (limited to 'android')
-rw-r--r--android/experimental/desktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile
index a6618258f6ba..90a8b7ad880b 100644
--- a/android/experimental/desktop/Makefile
+++ b/android/experimental/desktop/Makefile
@@ -13,7 +13,7 @@ include $(BOOTSTRAPDIR)/Makefile.shared
native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
$< -j \
- -g extended_core -g base_core -g calc_core -g draw_core -g math -g writer \
+ -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 \
> $@