diff options
author | Sven Gothel <[email protected]> | 2012-04-02 08:40:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-02 08:40:11 +0200 |
commit | 28814ae3946cf13619b70ddaf08c564f88252519 (patch) | |
tree | 8a36edc03e939e02ba277b99281fe0bf5804d02d | |
parent | 907fe616836f29582e383bd94657c35b128794b4 (diff) |
Android: Compile agains API Level 15 for AV package, we don't require it though.
-rw-r--r-- | .classpath | 2 | ||||
-rwxr-xr-x | make/gluegen-properties.xml | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -24,6 +24,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar"/> - <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar" sourcepath="make/lib/android-sdk/9/android-java-src.zip"/> + <classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 5ccc119..48d348d 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -45,7 +45,8 @@ <property name="ant-junit.jar" value="${ant.home}/lib/ant-junit.jar" /> <property name="android.version" value="9" /> <!-- default - if not set by jogamp-env.xml:jogamp.env.init --> - <property name="android.jar" value="${gluegen.root}/make/lib/android-sdk/${android.version}/android.jar" /> + <!--property name="android.jar" value="${gluegen.root}/make/lib/android-sdk/${android.version}/android.jar" /--> + <property name="android.jar" value="${gluegen.root}/make/lib/android-sdk/15/android.jar" /> <property name="ant-junit-all.apk" value="${gluegen.root}/make/lib/ant-junit-all.apk" /> <condition property="win32.c.compiler" value="mingw64"> |