Kaydet (Commit) e41e5710 authored tarafından Jack Leigh's avatar Jack Leigh Kaydeden (comit) Miklos Vajna

android: Bump to android-21

Change-Id: Ifbe9a316795fc0519119aa9420152118f3926653
Reviewed-on: https://gerrit.libreoffice.org/14946Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
Tested-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst f8a0d0e6
...@@ -62,7 +62,7 @@ properties: ...@@ -62,7 +62,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-15" >> jni/Application.mk echo "APP_PLATFORM := android-21" >> jni/Application.mk
install: install:
unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) debug install unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) debug install
......
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
android.library=true android.library=true
# Project target. # Project target.
target=android-15 target=android-21
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# project structure. # project structure.
# Project target. # Project target.
target=android-15 target=android-21
# Use the Bootstrap class # Use the Bootstrap class
android.library.reference.1=../../Bootstrap android.library.reference.1=../../Bootstrap
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
# project structure. # project structure.
# Project target. # Project target.
target=android-15 target=android-21
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