diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-11-13 18:38:34 -0800 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2012-11-13 18:38:34 -0800 |
commit | 217d1edcaf8b57829207abf9901c016b1fba9005 (patch) | |
tree | 9029f76ad73f26386b776aa2263c8148ef60ff38 /proguard.flags | |
parent | cebeb3ce603111f5a82291323094338aef8c20c5 (diff) | |
download | android_packages_apps_Dialer-217d1edcaf8b57829207abf9901c016b1fba9005.tar.gz android_packages_apps_Dialer-217d1edcaf8b57829207abf9901c016b1fba9005.tar.bz2 android_packages_apps_Dialer-217d1edcaf8b57829207abf9901c016b1fba9005.zip |
Move dependencies of AccountTypeManager into ContactsCommon.
Moving dependencies in preparation to move AccountTypeManager.
Bug: 6993891
Change-Id: I0399fee27960d46cd5b6f629d32868ff0c2ce38e
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 4 |
1 files changed, 2 insertions, 2 deletions
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 *; } |