summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chips/Android.mk')
-rw-r--r--chips/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/chips/Android.mk b/chips/Android.mk
index 6aa8a01..18b7fd5 100644
--- a/chips/Android.mk
+++ b/chips/Android.mk
@@ -16,7 +16,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android-common-chips
-LOCAL_SDK_VERSION := 14
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \
$(call all-logtags-files-under, src)
@@ -26,4 +25,4 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
##################################################
# Build all sub-directories
-include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))