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

Commit c984b651 authored by Aditya's avatar Aditya Committed by Automerger Merge Worker
Browse files

Prevent R.class static fields and Apache compress library from being removed...

Prevent R.class static fields and Apache compress library from being removed by proguard. am: 55bba02f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/27206078



Change-Id: I30d734c655bb32a3c399bf678c8353a7eabd96fd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents de48cb37 55bba02f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -25,3 +25,10 @@
# To prevent class not found exception in org.brotli.dec.Dictionary
-keep final class org.brotli.dec.DictionaryData

# To prevent resource fields not found exception on running DocumentsUIGoogleTests module
-keepclassmembers class com.android.documentsui.R$* {
    public static <fields>;
}

# Keep Apache Commons Compress classes
-keep class org.apache.commons.compress.** { *; }
 No newline at end of file