diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-29 15:47:51 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-29 18:02:57 +0200 |
commit | 5c159626c6b3ace5becf03aad5ed9a1851065c15 (patch) | |
tree | e771149151c933ce8eb58a431825db472bc34c0b /README.cross | |
parent | 70626249cd247d9acdad417b8eaf252bae22c059 (diff) |
Always use Java target version 1.5
It has been way too common for people to accidentally have a javac
from JDK 7 create class files that are of the newest version, which
older JREs and Android's dex then don't understand.
As many of the distro-configs files specified
--with-java-target-version=1.5 anyway, let's just hardcode that for
now.
Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.cross b/README.cross index 22f434aa152c..474b65cda181 100644 --- a/README.cross +++ b/README.cross @@ -356,7 +356,6 @@ And here is an autogen.lastrun for Android when cross-compiling from Linux: --with-android-ndk=/home/tml/android-ndk-r8b --with-android-ndk-toolchain-version=4.6 --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: |