diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/DocumentLoader/Makefile | 2 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 2 | ||||
-rw-r--r-- | android/experimental/desktop/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index c9286640fb10..14de6fee070e 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -13,7 +13,7 @@ include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py $< \ - -g extended_core -g writer \ + -g core -g writer \ > $@ copy-stuff: diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index 3a66f713f435..9bcfc1875789 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -14,7 +14,7 @@ include $(BOOTSTRAPDIR)/Makefile.shared native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py $< \ - -g extended_core -g writer \ + -g core -g writer \ > $@ copy-stuff: diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile index d75b8f7a19a5..3419eb1ceb7e 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 core -g writer_core \ + -g core -g writer \ > $@ # The name of the Bootstrap activity class |