summaryrefslogtreecommitdiff
path: root/android/experimental/desktop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android/experimental/desktop/Makefile')
-rw-r--r--android/experimental/desktop/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile
index 145a9fbebe2f..610bf874e1f8 100644
--- a/android/experimental/desktop/Makefile
+++ b/android/experimental/desktop/Makefile
@@ -11,6 +11,12 @@ APP_PACKAGE=org.libreoffice.experimental.desktop
BOOTSTRAPDIR=../../Bootstrap
include $(BOOTSTRAPDIR)/Makefile.shared
+native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
+ $< -j \
+ -f EXTENDED_CORE -f BASE_CORE -f CALC_CORE -f DRAW_CORE -f MATH -f WRITER \
+ -s basprov -s dlgprov -s cui -s protocolhandler -s scriptframe -s sb -s spl -s stringresource -s uui -s vbaswobj -s vbaevents \
+ > $@
+
# The name of the Bootstrap activity class
BOOTSTRAP=org.libreoffice.android.Bootstrap