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