fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / android / experimental / DocumentLoader / Makefile
blobdbe2b5ce051c2f3b690f41d03ad754101474093b
1 ifeq ($(BUILDDIR),)
2 include ../../../config_host.mk
3 endif
5 # The default target just builds.
6 all: build-ant
8 # The package of this app
9 APP_PACKAGE=org.libreoffice.android.examples
11 BOOTSTRAPDIR=../../Bootstrap
12 include $(BOOTSTRAPDIR)/Makefile.shared
14 native-code.cxx: $(SRCDIR)/solenv/bin/native-code.py
15 $< \
16 -g core -g writer \
17 > $@
19 build-ant: android_version_setup copy-stuff link-so properties
21 # Copy jar files we need
23 for F in java_uno \
24 juh \
25 jurt \
26 ridl \
27 unoloader; do \
28 $(call COPYJAR,$(INSTDIR)/$(LIBO_URE_SHARE_JAVA_FOLDER)/$${F}.jar); \
29 done
30 for F in unoil; do \
31 $(call COPYJAR,$(INSTDIR)/$(LIBO_SHARE_JAVA_FOLDER)/$${F}.jar); \
32 done
34 unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) debug
36 run:
37 adb shell am start -n org.libreoffice.android.examples/.DocumentLoader -e input /assets/test1.odt