3 include ..
/..
/..
/config_host.mk
6 # The default target just builds.
10 # The package of this app
11 # The setting from configure (ANDROID_PACKAGE_NAME) is applied in later stages.
12 APP_PACKAGE
=org.libreoffice
15 BOOTSTRAPDIR
=..
/..
/Bootstrap
16 include $(BOOTSTRAPDIR
)/Makefile.shared
18 native-code.
cxx: $(SRCDIR
)/solenv
/bin
/native-code.py
19 $< -j
-g core
-g writer
-g calc
-g draw
-g edit
> $@
21 build-ant
: android_version_setup copy-stuff prepare-appcompat link-so properties
23 # Copy jar files we need
30 $(call COPYJAR
,$(INSTDIR
)/$(LIBO_URE_SHARE_JAVA_FOLDER
)/$${F}.jar
); \
33 $(call COPYJAR
,$(INSTDIR
)/$(LIBO_SHARE_JAVA_FOLDER
)/$${F}.jar
); \
36 unset JAVA_HOME
&& $(ANT
) $(if
$(VERBOSE
)$(verbose
),,-quiet
) $(if
$(ENABLE_RELEASE_BUILD
),release
,debug
)
39 adb
shell am start
-n
$(APP_PACKAGE
)/.ui.LibreOfficeUIActivity
42 $(SYSBASE
)/..
/..
/..
/ndk-gdb
--start