OSDN Git Service

Merge "Do not show an extra confirmation step when sharing lots of contacts Bug:2524537"
[android-x86/packages-apps-Contacts.git] / Android.mk
index 7a35bf3..d574b3f 100644 (file)
@@ -5,12 +5,13 @@ LOCAL_MODULE_TAGS := optional
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
-LOCAL_STATIC_JAVA_LIBRARIES := gsf-client \
-                               com.android.phone.common
+LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.common
 
 LOCAL_PACKAGE_NAME := Contacts
 LOCAL_CERTIFICATE := shared
 
+LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
+
 include $(BUILD_PACKAGE)
 
 # Use the folloing include to make our test apk.