summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-24 12:26:57 -0700
committerChiao Cheng <chiaocheng@google.com>2012-10-24 16:25:52 -0700
commitb3ed20e0e1f6183489cb0939b1200010a2cbeb9a (patch)
tree0a3d56f13e2e7e2960ac9a4f42632c55a224a363 /Android.mk
parent472010435fd9270f848de88facfe1741163126e0 (diff)
downloadandroid_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.tar.gz
android_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.tar.bz2
android_packages_apps_ContactsCommon-b3ed20e0e1f6183489cb0939b1200010a2cbeb9a.zip
Adding back build for Contacts common unit tests.
Had to fix contacts common AndroidManifest to include an empty application tag. Also disabling proguard since Contacts common is a library project and does not have any activities by itself. Bug: 6993891 Change-Id: I6b56ce54d48991c62c8c35e438474f7a5a074f86
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 941d13e9..9a5306fb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_PACKAGE_NAME := com.android.contacts.common
+LOCAL_PROGUARD_ENABLED := disabled
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)