Kaydet (Commit) c927ceb9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Switch to android-15 here, too

Change-Id: If7b66e60fcf8af97a69e20af9c77793a163c4c17
üst 8bd24f37
...@@ -55,7 +55,7 @@ properties: ...@@ -55,7 +55,7 @@ properties:
echo sdk.dir=$(ANDROID_SDK_HOME) >../../Bootstrap/local.properties echo sdk.dir=$(ANDROID_SDK_HOME) >../../Bootstrap/local.properties
echo "# File needed by ndk-gdb" >jni/Application.mk echo "# File needed by ndk-gdb" >jni/Application.mk
echo "APP_ABI := $(ANDROID_APP_ABI)" > jni/Application.mk echo "APP_ABI := $(ANDROID_APP_ABI)" > jni/Application.mk
echo "APP_PLATFORM := android-14" >> jni/Application.mk echo "APP_PLATFORM := android-15" >> jni/Application.mk
install: build-ant install: build-ant
unset JAVA_HOME && $(ANT) -quiet debug install unset JAVA_HOME && $(ANT) -quiet debug install
......
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
android.library=true android.library=true
# Project target. # Project target.
target=android-14 target=android-15
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
android.library=true android.library=true
# Project target. # Project target.
target=android-14 target=android-15
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# project structure. # project structure.
# Project target. # Project target.
target=android-14 target=android-15
# Use the Bootstrap class # Use the Bootstrap class
android.library.reference.1=../../Bootstrap android.library.reference.1=../../Bootstrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment