diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-04-11 12:36:17 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-04-17 17:19:31 +0200 |
commit | 0d9367744d1cb30e662214d06c7316b115391684 (patch) | |
tree | 51435c6abbe46bd5b54dde27be03d64402bad263 /android | |
parent | 728db2150277206ae82d6f5ed82b86cf779ee653 (diff) |
android: bump target platform version to 4.0.3 (this time for real).
Change-Id: I616c1de498f2975c8af3e08b51d8fae77869f441
Diffstat (limited to 'android')
-rw-r--r-- | android/android.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/android.make b/android/android.make index b1f8588c93..5ec9a68ca8 100644 --- a/android/android.make +++ b/android/android.make @@ -28,7 +28,7 @@ $(CPUFEAT_BUILD)/cpu-features.o: $(CPUFEAT)/cpu-features.c .PHONY: apk classes clean dex dirs libs jar # API version -ANDROID_PLATFORM_VERSION=11 +ANDROID_PLATFORM_VERSION=15 ANDROID_PLATFORM=$(ANDROID_SDK_PATH)/platforms/android-$(ANDROID_PLATFORM_VERSION) # android tools |