Depend settings on slices in the support library

Test: make
Bug: 67996923
Change-Id: Ifcb544424df27f3faa8872e6266de286cc706d59
This commit is contained in:
Matthew Fritze
2017-12-05 10:46:47 -08:00
parent 4d9e1b4b6b
commit b277557991
2 changed files with 10 additions and 2 deletions

View File

@@ -27,6 +27,9 @@
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int, int);
}
# Keep annotated classes or class members.
-keep @android.support.annotation.Keep class *