AOSP/Messaging - Added LOCAL_COMPATIBILITY_SUITE := device-tests to fix "Missing test_suite setting for test".
am: bada9f9b46
Change-Id: I9e4443ddc278dd1f5bb3cd42dac451578538e2f8
This commit is contained in:
@@ -70,6 +70,8 @@ LOCAL_CERTIFICATE := platform
|
|||||||
|
|
||||||
LOCAL_SDK_VERSION := current
|
LOCAL_SDK_VERSION := current
|
||||||
|
|
||||||
|
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|
||||||
include $(call all-makefiles-under, $(LOCAL_PATH))
|
include $(call all-makefiles-under, $(LOCAL_PATH))
|
||||||
|
|||||||
@@ -21,6 +21,9 @@
|
|||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
@com.google.common.annotations.VisibleForTesting *;
|
@com.google.common.annotations.VisibleForTesting *;
|
||||||
}
|
}
|
||||||
|
-keepclassmembers class * {
|
||||||
|
@com.android.messaging.ui.contact.ContactPickerFragment *;
|
||||||
|
}
|
||||||
|
|
||||||
# Keep methods that have the @VisibleForAnimation annotation
|
# Keep methods that have the @VisibleForAnimation annotation
|
||||||
-keep @interface com.android.messaging.annotation.VisibleForAnimation
|
-keep @interface com.android.messaging.annotation.VisibleForAnimation
|
||||||
|
|||||||
Reference in New Issue
Block a user