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

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

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

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

Change-Id: Icf938b594a4b48fb1ab6d32d224b566002b12dc7
parents 68f0520a d836e794
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>;
}