diff options
author | Jack Leigh <jack.leigh@collabora.com> | 2015-03-18 17:45:19 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-30 09:23:46 +0200 |
commit | e41e571072a105b9871d7f1014775bba0b2587c7 (patch) | |
tree | 43744e3c7b759f8e9f717822af3348b26da5def9 /android/Bootstrap | |
parent | f8a0d0e62acee5e1ef964c133a15ecdc00f6b4b3 (diff) |
android: Bump to android-21
Change-Id: Ifbe9a316795fc0519119aa9420152118f3926653
Reviewed-on: https://gerrit.libreoffice.org/14946
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 | ||||
-rw-r--r-- | android/Bootstrap/project.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 93298e915002..4167ff7eec9c 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -62,7 +62,7 @@ properties: echo sdk.dir=$(ANDROID_SDK_HOME) >../../Bootstrap/local.properties echo "# File needed by ndk-gdb" >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: unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) debug install diff --git a/android/Bootstrap/project.properties b/android/Bootstrap/project.properties index f28bc833e15e..ca8132402efd 100644 --- a/android/Bootstrap/project.properties +++ b/android/Bootstrap/project.properties @@ -9,4 +9,4 @@ android.library=true # Project target. -target=android-15 +target=android-21 |