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-16 00:51:36 -0700
commit7c5af822e2f2ac51c5eb2888b41e8c836423b0d5 (patch)
tree723abe5e003c6da463acf53caf453718d279f0ee
parent328892897a842fb499a90ce51e1e9714e1d701a2 (diff)
downloadandroid_packages_wallpapers_HoloSpiral-7c5af822e2f2ac51c5eb2888b41e8c836423b0d5.tar.gz
android_packages_wallpapers_HoloSpiral-7c5af822e2f2ac51c5eb2888b41e8c836423b0d5.tar.bz2
android_packages_wallpapers_HoloSpiral-7c5af822e2f2ac51c5eb2888b41e8c836423b0d5.zip
Update HoloSpiral to use API level 14 to prepare for 64-bit compiles.staging/cm-12.0-caf
Bug: 16031597 Change-Id: Iba03c18ee2dbc7c96daf3da358a0f6019fd1aa75
-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)