summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-22 23:22:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-22 23:22:43 +0000
commitb854ac528148990cbbac648123966993aaa8fa52 (patch)
tree94a43cf78502ff05d237765ebf199c1caccc6bdc
parent63b75996a7cfb713a6a6feb5c774ba4b46c7d6eb (diff)
parentb48ef9c3e4da158d35d06379f59fabfaf3848429 (diff)
downloadHoloSpiral-b854ac528148990cbbac648123966993aaa8fa52.tar.gz
Merge "Update HoloSpiral to use API level 14 to prepare for 64-bit compiles."android-l-preview_r2l-preview
-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)