blob: 5e05ecf665a47c71b3960d5e8c1de154833d5d40 [file] [log] [blame]
Jiyong Park41ba3592024-07-26 14:58:11 +09001# Keep the no-args constructor of the deserialized class
2-keepclassmembers class com.android.virtualization.vmlauncher.VmConfigJson {
3 <init>();
4}
5-keepclassmembers class com.android.virtualization.vmlauncher.VmConfigJson$* {
6 <init>();
7}