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

Commit d836e794 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update default system Proguard config rules" am: 2624cfa2

Original change: https://android-review.googlesource.com/c/platform/build/+/1975127

Change-Id: Id53536d8000a6c2d04ad3c7a75c65662ef137c4d
parents 1d887527 2624cfa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}

# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
-keepclasseswithmembernames class * {
-keepclasseswithmembernames,includedescriptorclasses class * {
    native <methods>;
}