You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
499 B
12 lines
499 B
-include ../../../frameworks/base/packages/SystemUI/proguard_common.flags
|
|
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|
|
|
|
-keep class com.android.systemui.tv.TvSystemUIInitializer {
|
|
*;
|
|
}
|
|
|
|
-keep,allowoptimization,allowaccessmodification class com.android.systemui.tv.DaggerTvGlobalRootComponent** { !synthetic *; }
|
|
|
|
# TODO(b/284411203) delete this
|
|
-keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; } |