blob: a2e58846e2057852bb959b483533dfe36484a1f5 [file] [log] [blame]
Dianne Hackbornf57032f2012-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 Rydend84d6222018-04-09 10:41:50 -07005-keep class androidx.preference.Preference* {
Jason Monk7152b1e2015-06-22 12:15:38 -04006 *;
7}
Fredrik Rydend84d6222018-04-09 10:41:50 -07008-dontwarn androidx.core.**
Hai Zhang4817cb42018-12-18 16:52:56 -08009
Hai Zhang43c95bf2019-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 Zhang4817cb42018-12-18 16:52:56 -080012 *;
13}