summaryrefslogtreecommitdiffstats
path: root/carousel
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-08-09 11:18:23 -0700
committerStephen Hines <srhines@google.com>2011-08-09 11:18:23 -0700
commitcf9756f0b93f86c6dba08d9101db1794fd47f615 (patch)
treeb8ac8e4194730fc320a4dc7360554d7a813297aa /carousel
parent454eaf31f312fd2f2e6bc3d30bb050d65079a9a0 (diff)
downloadandroid_frameworks_ex-cf9756f0b93f86c6dba08d9101db1794fd47f615.tar.gz
android_frameworks_ex-cf9756f0b93f86c6dba08d9101db1794fd47f615.tar.bz2
android_frameworks_ex-cf9756f0b93f86c6dba08d9101db1794fd47f615.zip
Stop building with older SDK.
This causes issues with our new header file structure for Renderscript, since the build system is using the modern llvm-rs-cc with preexisting header files from before ICS. Change-Id: Ie20c7ee445451d2dcc12f7082f03d7204d1e8bf3
Diffstat (limited to 'carousel')
-rw-r--r--carousel/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/carousel/Android.mk b/carousel/Android.mk
index d539cec..403773a 100644
--- a/carousel/Android.mk
+++ b/carousel/Android.mk
@@ -19,7 +19,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android-common-carousel
-LOCAL_SDK_VERSION := 12
LOCAL_SRC_FILES := \
$(call all-java-files-under, java) \
$(call all-logtags-files-under, java) \