summaryrefslogtreecommitdiffstats
path: root/common/Android.mk
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-08-27 16:48:49 -0700
committerDmitri Plotnikov <dplotnikov@google.com>2010-08-27 16:48:49 -0700
commit22cb78016de447ec1a1b270a6fc22352c3186929 (patch)
tree9c97f6389c5547f84adfc347660de10314703454 /common/Android.mk
parent5cc774535d73c09b6788b63ecc728e60da09cfa9 (diff)
downloadandroid_frameworks_ex-22cb78016de447ec1a1b270a6fc22352c3186929.tar.gz
android_frameworks_ex-22cb78016de447ec1a1b270a6fc22352c3186929.tar.bz2
android_frameworks_ex-22cb78016de447ec1a1b270a6fc22352c3186929.zip
Temporary fix for the user and userdebug builds
Change-Id: I4c7c55e6a362d4ae0d4896dfc5a5820f7c6a36ce
Diffstat (limited to 'common/Android.mk')
-rw-r--r--common/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Android.mk b/common/Android.mk
index 560344c..ed7c479 100644
--- a/common/Android.mk
+++ b/common/Android.mk
@@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android-common
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 8
LOCAL_SRC_FILES := \
$(call all-java-files-under, java) \
$(call all-logtags-files-under, java)