summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-13 18:38:34 -0800
committerChiao Cheng <chiaocheng@google.com>2012-11-13 18:38:34 -0800
commit217d1edcaf8b57829207abf9901c016b1fba9005 (patch)
tree9029f76ad73f26386b776aa2263c8148ef60ff38 /tests
parentcebeb3ce603111f5a82291323094338aef8c20c5 (diff)
downloadandroid_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 'tests')
-rw-r--r--tests/proguard.flags4
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 *;
}