packages/services/Mtp/proguard.flags

5 lines
118 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
# Keeps methods that are invoked by JNI.
-keepclassmembers class * {
@com.android.mtp.annotations.UsedByNative *;
}