summaryrefslogtreecommitdiff
path: root/android/CustomTarget_lo_android.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-01-03android: don't try to copy the apk if it does not existMiklos Vajna1-1/+1
Linking obj/local/armeabi-v7a/liblo-native-code.so cp: cannot stat 'android/source/build/outputs/apk/strippedUI/release/*-release-unsigned.apk': No such file or directory make[1]: *** [android/CustomTarget_lo_android.mk:19: workdir/CustomTarget/android/source/done] Error 1 Change-Id: I90818d432cab0ef8ef7049b6be175db9e9028261 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86157 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2019-10-09android: Fix non-debug build.Jan Holesovsky1-1/+1
Change-Id: If8bb944417da9a0aa6343d7dc87e7a1931689f1f Reviewed-on: https://gerrit.libreoffice.org/74149 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/80283 Tested-by: Jan Holesovsky <kendy@collabora.com>
2019-10-09Introduce --enable-android-editingStephan Bergmann1-1/+1
...to select the experimental ...Editing... Android build variant. (Ignored for non-Android builds, but using libo_FUZZ_ARG_ENABLE anyway, just in case.) Change-Id: I670925ff358039e38edc29db69f48a78d484f133 Reviewed-on: https://gerrit.libreoffice.org/65077 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/80282 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2018-01-18adjust path to generated apk to new defaultsChristian Lohmaier1-1/+1
current android-gradle plugin creates the apk in dimension/flavor/variant (whatever you want to call it) specific directory Change-Id: I5514fe53c5c8c556d194a0f06ad6167b0b1cc98e
2015-10-11migrate android build to gradleChristian Lohmaier1-1/+1
move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist1-4/+4
2015-02-01Bin obsolete commentsTor Lillqvist1-8/+1
2015-02-01Copy only *-debug.apkTor Lillqvist1-1/+1
We don't want the silly 'unaligned' apk to end up being uploaded.
2015-01-26android: Fix release build via top level 'make'.Jan Holesovsky1-1/+1
Change-Id: I342e3dfd1e142d4be14162fd8a68876d038ed5ea
2014-06-30LOAndroid3: ant/make for building, Bootstrap projectTomaž Vajngerl1-0/+36
LOAndroid3 is based of LibreOffice4Android project which uses ant/make for building. By using LibreOffice4Android as the base, the project creates a APK archive which has all needed files to start LibreOffice in Android environment. Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908