blob: fe18e41ab3e938ff4b530e0e523bc2acd76db08e [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.
Nate Myrendf9488f2019-11-01 11:06:08 -070011-keep class * implements com.android.permissioncontroller.role.model.RoleBehavior {
Hai Zhang4817cb42018-12-18 16:52:56 -080012 *;
13}
Cole Faustfe6de4a2020-03-18 15:44:46 -070014
15-keep class com.android.car.ui.** {*;}