From 217d1edcaf8b57829207abf9901c016b1fba9005 Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Tue, 13 Nov 2012 18:38:34 -0800 Subject: Move dependencies of AccountTypeManager into ContactsCommon. Moving dependencies in preparation to move AccountTypeManager. Bug: 6993891 Change-Id: I0399fee27960d46cd5b6f629d32868ff0c2ce38e --- proguard.flags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 9e9ed6441..d7fefa72f 100644 --- a/proguard.flags +++ b/proguard.flags @@ -6,10 +6,10 @@ } # Any class or method annotated with NeededForTesting or NeededForReflection. --keep @com.android.contacts.test.NeededForTesting class * +-keep @com.android.contacts.common.test.NeededForTesting class * -keep @com.android.contacts.test.NeededForReflection class * -keepclassmembers class * { -@com.android.contacts.test.NeededForTesting *; +@com.android.contacts.common.test.NeededForTesting *; @com.android.contacts.test.NeededForReflection *; } -- cgit v1.2.3