Commit 28118137 authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Keep extension classes in extension package when proguarding

Change-Id: Iefd9d3a22cb5ac4a25fdc762843f3422ae1223e8
parent a12e311b
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-mergeinterfacesaggressively -mergeinterfacesaggressively
-overloadaggressively -overloadaggressively
-useuniqueclassmembernames -useuniqueclassmembernames
-repackageclasses '' -keeppackagenames
-keep public class * { -keep public class * {
public protected *; public protected *;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment