blob: a89000fbe6c6307ce55bcb9b6ad5b6833be122f5 [file] [log] [blame]
# 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 *;
}