AOSP/Messaging - Added LOCAL_COMPATIBILITY_SUITE := device-tests to fix "Missing test_suite setting for test". am: bada9f9b46 am: 62f573f1ef

am: 10d7e7db2a

Change-Id: I62cb167f0cf28d2c9327b646eb24a6e7b88e72be
This commit is contained in:
Raman Tenneti
2019-02-27 15:01:36 -08:00
committed by android-build-merger
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ LOCAL_CERTIFICATE := platform
LOCAL_SDK_VERSION := current
LOCAL_COMPATIBILITY_SUITE := device-tests
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH))
+3
View File
@@ -21,6 +21,9 @@
-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