summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorJohn Shao <johnshao@google.com>2017-01-26 15:11:16 -0800
committerJohn Shao <johnshao@google.com>2017-01-26 15:11:16 -0800
commit687432da283c11a953b6b3a8114183506c923e1a (patch)
treea866d0763919b52857c25850aeb10f648ff15e02 /proguard.flags
parentba92cff2725b6d120602ee3e343b5bf1115538e4 (diff)
downloadContacts-687432da283c11a953b6b3a8114183506c923e1a.tar.gz
Build Aosp and GoogleContacts using Gradle
Changes needed to build Contacts and GoogleContacts using gradle Test: Built AOSP, Google and OEM contacts apps Ran tests (some failures still need to be looked at) Bug: 34127945 Change-Id: Ia1620d11c14e8e558af706a4eee79a6a230abd59
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags5
1 files changed, 2 insertions, 3 deletions
diff --git a/proguard.flags b/proguard.flags
index 6278c61b0..f586b729e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,3 +1,5 @@
+-ignorewarnings
+
-keep class com.android.contacts.model.Sources {
public <init>(...);
}
@@ -9,9 +11,6 @@
public void *(android.view.MenuItem);
}
-# Feature highlight library. See b/29877098
--keep class com.google.android.libraries.material.featurehighlight.** { *; }
-
# Needed for tests
-keep class com.android.contacts.compat.CompatUtils { *; }
-keep class com.android.contacts.Collapser { *; }