Snap for 10428683 from fcbc06ee312337c606fe3606e9ad38c58b6b6bf6 to mainline-adbd-release

Change-Id: I49bb04f6f2d1f9d6268e8f7ed10eacc4dc40849e
diff --git a/proguard.cfg b/proguard.cfg
index 4fc57b4..25f2c47 100644
--- a/proguard.cfg
+++ b/proguard.cfg
@@ -1,36 +1,5 @@
--dontusemixedcaseclassnames
--dontskipnonpubliclibraryclasses
--dontpreverify
--verbose
-
--keepclasseswithmembernames class * {
-    native <methods>;
-}
-
--keepclasseswithmembers class * {
-    public <init>(android.content.Context, android.util.AttributeSet);
-}
-
--keepclasseswithmembers class * {
-    public <init>(android.content.Context, android.util.AttributeSet, int);
-}
-
 -keepclassmembers class * extends android.app.Activity {
    public void *(android.view.View);
 }
 
--keepclassmembers enum * {
-    public static **[] values();
-    public static ** valueOf(java.lang.String);
-}
-
--keep class * implements android.os.Parcelable {
-  public static final android.os.Parcelable$Creator *;
-}
-
--keep @androidx.annotation.Keep class *
--keepclassmembers class * {
-    @androidx.annotation.Keep *;
-}
-
 -keep class com.android.storagemanager.overlay.FeatureFactoryImpl