commit | 245592908c5be4c841ce7a93cf0c8e9e6a8e5965 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Mon Aug 27 16:01:38 2012 -0700 |
committer | Ying Wang <wangying@google.com> | Mon Aug 27 16:10:28 2012 -0700 |
tree | 1ef5d415603b1cc0820ac1f89c34a390d2e06735 | |
parent | cb616cf73671028708c22bf76e47af515d12f485 [diff] [blame] |
Keep the emma classes if emma is enabled. Change-Id: Ie551d48532c61bf610b12875dc33cfe476625c5e
diff --git a/core/proguard.emma.flags b/core/proguard.emma.flags new file mode 100644 index 0000000..bf94086 --- /dev/null +++ b/core/proguard.emma.flags
@@ -0,0 +1,4 @@ +# Keep everything for the emma classes +-keep class com.vladium.** { + *; +}