4 lines
118 B
Text
4 lines
118 B
Text
# Keeps methods that are invoked by JNI.
|
|
-keepclassmembers class * {
|
|
@com.android.mtp.annotations.UsedByNative *;
|
|
}
|