blob: 5e05ecf665a47c71b3960d5e8c1de154833d5d40 [file] [log] [blame]
# Keep the no-args constructor of the deserialized class
-keepclassmembers class com.android.virtualization.vmlauncher.VmConfigJson {
<init>();
}
-keepclassmembers class com.android.virtualization.vmlauncher.VmConfigJson$* {
<init>();
}