3 include ..
/..
/config_host.mk
6 # The default target just builds.
11 BOOTSTRAPDIR
=..
/Bootstrap
12 include $(BOOTSTRAPDIR
)/Makefile.shared
14 native-code.
cxx: $(SRCDIR
)/solenv
/bin
/native-code.py
15 $< -j
-g core
-g writer
-g calc
-g draw
-g edit
> $@
18 .
/gradlew
$(if
$(verbose
),--info) $(if
$(versionCode
),-PcmdVersionCode
=$(versionCode
)) install$(if
$(DISABLE_UI
),StrippedUI
,FullUI
)Debug
20 @echo
'Run it with "make run"'
24 $(ANDROID_SDK_HOME
)/platform-tools
/adb
uninstall $(ANDROID_PACKAGE_NAME
)
27 rm -rf assets assets_fullUI assets_strippedUI jniLibs jniLibs_debug
$(OBJLOCAL
)
29 rm -f liboSettings.gradle
31 build-gradle
: liboSettings.gradle local.properties link-so
32 .
/gradlew
$(if
$(verbose
),--info) $(if
$(versionCode
),-PcmdVersionCode
=$(versionCode
)) assemble
$(if
$(DISABLE_UI
),StrippedUI
,FullUI
)$(if
$(ENABLE_RELEASE_BUILD
),Release
,Debug
)
35 $(ANDROID_SDK_HOME
)/platform-tools
/adb
shell am start
-n
$(ANDROID_PACKAGE_NAME
)/.ui.LibreOfficeUIActivity
38 $(SYSBASE
)/..
/..
/..
/ndk-gdb
--start