diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-25 00:49:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-25 00:49:49 +0200 |
commit | 9ee4f4eb52b0c03a2902acc081c847c4514fea35 (patch) | |
tree | f386231c66ef850020d764af1f231389a6c264a3 /distro-configs/LibreOfficeAndroid.conf | |
parent | 82a8643ba66b6ef6fe74a417d7a3d7419691bb56 (diff) |
Android is after all Java-based, so let's not avoid it
An Android app always runs in the context of a Java (well, Dalvik)
virtual machine.
Sure, there will now be some Java-related compilation errors here and
there when cross-compiling for Android. Use --without-java if they
disturb, until I have fixed them.
Diffstat (limited to 'distro-configs/LibreOfficeAndroid.conf')
-rw-r--r-- | distro-configs/LibreOfficeAndroid.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index 255ae6acf682..ce5a8dc5eedc 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -16,7 +16,6 @@ --disable-xmlsec --enable-python=internal --without-fonts ---without-java --without-junit --without-ppds --without-stlport |