Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f74eb89 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Ensure Dagger generated TV components aren't proguarded out.

Fixes: 164993869
Test: manual
Change-Id: I7a0e437eecb4ef5903418fcaa31ea66027a9c82a
parent 51929385
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,3 +46,4 @@
-keep class com.android.systemui.dagger.GlobalRootComponent { *; }
-keep class com.android.systemui.dagger.GlobalRootComponent$SysUIComponentImpl { *; }
-keep class com.android.systemui.dagger.Dagger** { *; }
-keep class com.android.systemui.tv.Dagger** { *; }
 No newline at end of file