Revert "AOSP/Messaging - Added LOCAL_COMPATIBILITY_SUITE := device-tests to fix "Missing test_suite setting for test"." am: 7d08344e9b am: 4909a68c63

am: a75208c630

Change-Id: I4ffb150a38350e47c687771518477df2b2403526
This commit is contained in:
Raman Tenneti
2019-03-22 13:42:42 -07:00
committed by android-build-merger
2 changed files with 0 additions and 5 deletions

View File

@@ -70,8 +70,6 @@ LOCAL_CERTIFICATE := platform
LOCAL_SDK_VERSION := current
LOCAL_COMPATIBILITY_SUITE := device-tests
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH))

View File

@@ -21,9 +21,6 @@
-keepclassmembers class * {
@com.google.common.annotations.VisibleForTesting *;
}
-keepclassmembers class * {
@com.android.messaging.ui.contact.ContactPickerFragment *;
}
# Keep methods that have the @VisibleForAnimation annotation
-keep @interface com.android.messaging.annotation.VisibleForAnimation