From e8555dce94c12307f2aeff9fb1543749b97cf41c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Feb 2012 12:22:43 +0200 Subject: [PATCH] Add --with-android-sdk and --with-ant-home to the Android from Linux sample --- README.cross | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.cross b/README.cross index f3c62b2be570..3c9b4f7e3215 100644 --- a/README.cross +++ b/README.cross @@ -339,6 +339,8 @@ And here is an autogen.lastrun for Android when cross-compiling from Linux: CC_FOR_BUILD=ccache gcc CXX_FOR_BUILD=ccache g++ --with-android-ndk=/home/tml/android-ndk-r7 +--with-android-sdk=/home/tml/android-sdk-linux_x86 +--with-ant-home=/opt/apache-ant-1.8.2 --build=x86_64-unknown-linux-gnu --disable-zenity --with-distro=LibreOfficeAndroid