summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2016-02-17 16:30:35 +0100
committerYohann Roussel <yroussel@google.com>2016-02-22 11:54:35 +0100
commit280a2fbe41f24eed11fcf5e13b803de17525b261 (patch)
tree255bf7dd51570f58608bbb2e9670b7886c5f09c0 /proguard.flags
parentec2fe3006b51e33505be8a4cb8366d8e03762df4 (diff)
downloadandroid_packages_apps_Messaging-280a2fbe41f24eed11fcf5e13b803de17525b261.tar.gz
android_packages_apps_Messaging-280a2fbe41f24eed11fcf5e13b803de17525b261.tar.bz2
android_packages_apps_Messaging-280a2fbe41f24eed11fcf5e13b803de17525b261.zip
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 (cherry picked from commit bf6bd40faa264ec2727a4b23e6e4b72815ec5518) Change-Id: I73d3c5a3599640932b2305ffe22bb5ef27814ba3
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 759f2d4..76b033c 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -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 *;
}