Jeongik Cha | 4a8ee3a | 2024-09-20 18:06:29 +0900 | [diff] [blame] | 1 | # Keep the no-args constructor of the deserialized class |
2 | -keepclassmembers class com.android.virtualization.vmlauncher.ConfigJson { | ||||
3 | <init>(); | ||||
4 | } | ||||
5 | -keepclassmembers class com.android.virtualization.vmlauncher.ConfigJson$* { | ||||
6 | <init>(); | ||||
7 | } |