diff options
| author | 2020-08-17 10:34:05 -0400 | |
|---|---|---|
| committer | 2020-08-17 10:34:05 -0400 | |
| commit | dd7ce81bb919451ea718a807ecea63940af45452 (patch) | |
| tree | 46508c27f056f01abbfa99a911c89149fa77dfad | |
| parent | 82968c5f2dd90202478d1bbaa672d48c6f6672d9 (diff) | |
Fix AOSP stripping out Dagger classes.
Fixes: 164993869
Bug: 164993869
Test: manual
Change-Id: I479ba1007cb658efd10a84bb4831e9e654b5be5f
| -rw-r--r-- | packages/SystemUI/proguard.flags | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags index 887384d78f29..b42d71abaa6d 100644 --- a/packages/SystemUI/proguard.flags +++ b/packages/SystemUI/proguard.flags @@ -44,4 +44,5 @@ -keep class com.android.wm.shell.* -keep class com.android.systemui.dagger.GlobalRootComponent { *; } --keep class com.android.systemui.dagger.GlobalRootComponent$SysUIComponentImpl { *; }
\ No newline at end of file +-keep class com.android.systemui.dagger.GlobalRootComponent$SysUIComponentImpl { *; } +-keep class com.android.systemui.dagger.Dagger** { *; }
\ No newline at end of file |