10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
|
|
# Keeps methods that are invoked by JNI.
|
||
|
|
|
||
|
|
-keep class com.android.DeviceAsWebcam.annotations.UsedBy*
|
||
|
|
|
||
|
|
-keep @com.android.DeviceAsWebcam.annotations.UsedBy* class *
|
||
|
|
-keepclassmembers class * {
|
||
|
|
@com.android.DeviceAsWebcam.annotations.UsedByNative *;
|
||
|
|
}
|
||
|
|
|