summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-16 00:51:36 -0700
committerStephen Hines <srhines@google.com>2014-08-22 01:10:42 -0700
commitb48ef9c3e4da158d35d06379f59fabfaf3848429 (patch)
tree94a43cf78502ff05d237765ebf199c1caccc6bdc
parent63b75996a7cfb713a6a6feb5c774ba4b46c7d6eb (diff)
downloadandroid_packages_wallpapers_HoloSpiral-b48ef9c3e4da158d35d06379f59fabfaf3848429.tar.gz
android_packages_wallpapers_HoloSpiral-b48ef9c3e4da158d35d06379f59fabfaf3848429.tar.bz2
android_packages_wallpapers_HoloSpiral-b48ef9c3e4da158d35d06379f59fabfaf3848429.zip
Update HoloSpiral to use API level 14 to prepare for 64-bit compiles.
Bug: 16031597 Change-Id: Iba03c18ee2dbc7c96daf3da358a0f6019fd1aa75 (cherry picked from commit 7c5af822e2f2ac51c5eb2888b41e8c836423b0d5)
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e05188b..e705ff4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,5 +23,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-u
LOCAL_PACKAGE_NAME := HoloSpiralWallpaper
LOCAL_CERTIFICATE := shared
+LOCAL_SDK_VERSION := 14
include $(BUILD_PACKAGE)