Update proguard
Test: manual
Bug: 118388808
Bug: 123532083
Change-Id: Ie3140755817989f567b2ea0674ebe601062aae21
diff --git a/proguard.flags b/proguard.flags
index b66a786..d509dba 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -9,7 +9,7 @@
-keep public class com.android.settings.** extends androidx.fragment.app.Fragment
# Keep all preference controllers needed by slice and DashboardFragment.
--keep class * extends com.android.settings.core.BasePreferenceController {
+-keep class !com.google.android.settings.aware.*, * extends com.android.settings.core.BasePreferenceController {
*;
}