Merge "Update default system Proguard config rules" am: 2624cfa2dc am: d836e794d6 am: f1e502094c

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

Change-Id: I59af4cc92a60a1f27361e8c300987cf11d06d4eb
This commit is contained in:
Treehugger Robot
2022-02-08 06:04:47 +00:00
committed by Automerger Merge Worker

View File

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