Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
12 lines
499 B
Plaintext
12 lines
499 B
Plaintext
-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 *; } |