Jiyong Park | 41ba359 | 2024-07-26 14:58:11 +0900 | [diff] [blame^] | 1 | # 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 | } |