blob: a2e58846e2057852bb959b483533dfe36484a1f5 [file] [log] [blame]
Dianne Hackborn97626582012-05-02 16:56:14 -07001# The support library contains references to newer platform versions.
2# Don't warn about those in case this app is linking against an older
3# platform version. We know about them, and they are safe.
4
Fredrik Ryden29907f72018-04-09 10:41:50 -07005-keep class androidx.preference.Preference* {
Jason Monkf6a05cd2015-06-22 12:15:38 -04006 *;
7}
Fredrik Ryden29907f72018-04-09 10:41:50 -07008-dontwarn androidx.core.**
Hai Zhangd2e1c212018-12-18 16:52:56 -08009
Hai Zhang48e51b12019-01-10 14:14:22 -080010# Keep classes that implements RoleBehavior, which are used by reflection.
11-keep class * implements com.android.packageinstaller.role.model.RoleBehavior {
Hai Zhangd2e1c212018-12-18 16:52:56 -080012 *;
13}