diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-11-16 11:11:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-11-16 11:17:20 +0100 |
commit | 3dab6fba4a53c12da0fc886cca61b9a89a311a4e (patch) | |
tree | f7c5d8dfa8bdb40ae4ab472935f50e599b8356e5 /README.cross | |
parent | a4c9ef33c7a75ed4d7b5b4582bc471b86dacd774 (diff) |
README.cross: update Android arm configure options
Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.cross b/README.cross index d72954dc22c2..e706f1dc22de 100644 --- a/README.cross +++ b/README.cross @@ -351,14 +351,12 @@ OS X 10.8 with Xcode 4.4.1: And here is an autogen.lastrun for Android when cross-compiling from Linux: +--with-distro=LibreOfficeAndroid +--build=x86_64-unknown-linux-gnu --with-android-ndk=/home/tml/android-ndk-r8b --with-android-ndk-toolchain-version=4.6 ---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 ---disable-python ---with-distro=LibreOfficeAndroid +--with-android-sdk=/home/tml/android-sdk-linux +--with-java-target-version=1.5 And here is an autogen.lastrun for Android when cross-compiling to x86 from Linux: |