Merge "SyncSM10: explicitly keep TetheringUtils jni methods" into main

This commit is contained in:
Treehugger Robot
2023-09-15 08:32:37 +00:00
committed by Gerrit Code Review

View File

@@ -15,6 +15,10 @@
native <methods>;
}
-keep class com.android.networkstack.tethering.util.TetheringUtils {
native <methods>;
}
# Ensure runtime-visible field annotations are kept when using R8 full mode.
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
-keep interface com.android.networkstack.tethering.util.Struct$Field {