diff options
author | Stephen Hines <srhines@google.com> | 2014-08-16 00:51:36 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-08-16 00:51:36 -0700 |
commit | 7c5af822e2f2ac51c5eb2888b41e8c836423b0d5 (patch) | |
tree | 723abe5e003c6da463acf53caf453718d279f0ee | |
parent | 328892897a842fb499a90ce51e1e9714e1d701a2 (diff) | |
download | android_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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |