summaryrefslogtreecommitdiff
path: root/android/experimental/LibreOffice4Android/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android/experimental/LibreOffice4Android/Makefile')
-rw-r--r--android/experimental/LibreOffice4Android/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile
index 9f8dccea0857..92f0668b906e 100644
--- a/android/experimental/LibreOffice4Android/Makefile
+++ b/android/experimental/LibreOffice4Android/Makefile
@@ -12,6 +12,11 @@ APP_PACKAGE=org.libreoffice
BOOTSTRAPDIR=../../Bootstrap
include $(BOOTSTRAPDIR)/Makefile.shared
+native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
+ $< -f EXTENDED_CORE -f BASE_CORE -f CALC_CORE -f DRAW_CORE -f MATH -f WRITER \
+ -s dlgprov -s protocolhandler -s scriptframe -s sb -s stringresource -s vbaswobj -s vbaevents \
+ > $@
+
copy-stuff:
# Then "assets". Let the directory structure under assets mimic
# that under solver for now.