diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-28 12:12:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-28 12:44:57 +0200 |
commit | c927ceb96c17783b2a18401307f51b91d7841f33 (patch) | |
tree | fd0e0fe27bb0fdc68300a4309c3d01368e704b99 /android | |
parent | 8bd24f37fe9cdc692987ba03106795e288a319fc (diff) |
Switch to android-15 here, too
Change-Id: If7b66e60fcf8af97a69e20af9c77793a163c4c17
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 | ||||
-rw-r--r-- | android/Bootstrap/project.properties | 2 | ||||
-rwxr-xr-x | android/abs-lib/project.properties | 2 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/project.properties | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 7c8dea9c67e9..fd86421beab2 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -55,7 +55,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-14" >> jni/Application.mk + echo "APP_PLATFORM := android-15" >> jni/Application.mk install: build-ant unset JAVA_HOME && $(ANT) -quiet debug install diff --git a/android/Bootstrap/project.properties b/android/Bootstrap/project.properties index 5ca7d6247a65..f28bc833e15e 100644 --- a/android/Bootstrap/project.properties +++ b/android/Bootstrap/project.properties @@ -9,4 +9,4 @@ android.library=true # Project target. -target=android-14 +target=android-15 diff --git a/android/abs-lib/project.properties b/android/abs-lib/project.properties index 5ca7d6247a65..f28bc833e15e 100755 --- a/android/abs-lib/project.properties +++ b/android/abs-lib/project.properties @@ -9,4 +9,4 @@ android.library=true # Project target. -target=android-14 +target=android-15 diff --git a/android/experimental/LibreOffice4Android/project.properties b/android/experimental/LibreOffice4Android/project.properties index fc22b7fae5f0..501a51d7c748 100644 --- a/android/experimental/LibreOffice4Android/project.properties +++ b/android/experimental/LibreOffice4Android/project.properties @@ -8,7 +8,7 @@ # project structure. # Project target. -target=android-14 +target=android-15 # Use the Bootstrap class android.library.reference.1=../../Bootstrap |