summaryrefslogtreecommitdiffstats
path: root/android/README
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-02-13 12:09:36 +0100
committerJan Holesovsky <kendy@collabora.com>2019-02-13 12:09:36 +0100
commit6d8d40a2677da7318751eb216d5cb8c1967d3a67 (patch)
tree57a97cae1a63f150fa05f706ade4ae6287111811 /android/README
parentandroid: Generate the CMakeLists.txt from configure. (diff)
downloadonline-6d8d40a2677da7318751eb216d5cb8c1967d3a67.tar.gz
online-6d8d40a2677da7318751eb216d5cb8c1967d3a67.zip
android: Use configure for the rest of the hardcoded stuff in CMakeLists.txt.
Change-Id: I61ae98c87f439dffe6df4b9c61da7e7c5f968786
Diffstat (limited to 'android/README')
-rw-r--r--android/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/README b/android/README
index cbb4d2d1e3..83b1debde1 100644
--- a/android/README
+++ b/android/README
@@ -26,7 +26,7 @@
* Configure the online.git
- ./autogen.sh && ./configure CC=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang CXX=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang++ --host=arm-linux-androideabi --enable-silent-rules --with-lo-builddir=/local/libreoffice/master-android --with-lokit-path=/local/libreoffice/master-android/include --with-lo-path=/local/libreoffice/master-android/instdir --with-poco-includes=/opt/poco-android/include --with-poco-libs=/opt/poco-android --with-libpng-includes=/local/libreoffice/master-android/workdir/UnpackedTarball/libpng --with-libpng-libs=/local/libreoffice/master-android/workdir/LinkTarget/StaticLibrary --disable-setcap --enable-androidapp --with-logfile=/tmp/loolwsd.log --enable-debug
+ ./autogen.sh && ./configure CC=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang CXX=~/Android/Sdk/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi21-clang++ --host=arm-linux-androideabi --enable-androidapp --with-lo-builddir=/local/libreoffice/master-android --with-poco-includes=/opt/poco-android/include --with-poco-libs=/opt/poco-android/lib --disable-setcap --enable-silent-rules --enable-debug
* Build it