Re-enable Jack for Messaging and its tests
Jack was disabled because of bugs in Jack and missing support for testing obfuscated applications. Both are now fixed so Jack can be enabled. Bug: 27215871 Change-Id: I7c437906fe78e1a97204f5e26059966198b15ac1
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
# Keep methods that have the @VisibleForAnimation annotation
|
||||
-keep @interface com.android.messaging.annotation.VisibleForAnimation
|
||||
-keep interface com.android.messaging.annotation.VisibleForAnimation
|
||||
-keepclassmembers class * {
|
||||
@com.android.messaging.annotation.VisibleForAnimation *;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user