From e41e571072a105b9871d7f1014775bba0b2587c7 Mon Sep 17 00:00:00 2001 From: Jack Leigh Date: Wed, 18 Mar 2015 17:45:19 +0000 Subject: android: Bump to android-21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifbe9a316795fc0519119aa9420152118f3926653 Reviewed-on: https://gerrit.libreoffice.org/14946 Reviewed-by: Tomaž Vajngerl Tested-by: Tomaž Vajngerl --- android/Bootstrap/Makefile.shared | 2 +- android/Bootstrap/project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'android/Bootstrap') 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 -- cgit