summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2013-09-03 13:44:08 +0200
committerDanny Baumann <dannybaumann@web.de>2013-09-04 10:06:04 +0200
commit3a72a0af9a390046cf0018fd76f02dcb64eda027 (patch)
tree16778480e204555da75abec839270d3e3afc0354 /chips/Android.mk
parent5ae14b02bacf85e848eb6aa507a38c8f18c2f595 (diff)
downloadandroid_frameworks_ex-cm-10.2.tar.gz
android_frameworks_ex-cm-10.2.tar.bz2
android_frameworks_ex-cm-10.2.zip
Correctly match against normalized phone numbers.cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2
When trying to match against inserted phone numbers, using the normalized number is the only way to get reliable results - otherwise it depends on the number formatting whether a match is found or not. Change-Id: If2aa03f9d9c978ba9f2008929162570766ffdafd
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))