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 /tests | |
parent | cebeb3ce603111f5a82291323094338aef8c20c5 (diff) |
Move dependencies of AccountTypeManager into ContactsCommon.
Moving dependencies in preparation to move AccountTypeManager.
Bug: 6993891
Change-Id: I0399fee27960d46cd5b6f629d32868ff0c2ce38e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/proguard.flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/proguard.flags b/tests/proguard.flags index 39784b11b..3991a1452 100644 --- a/tests/proguard.flags +++ b/tests/proguard.flags @@ -10,10 +10,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 *; } |