1{
2    "DisablePreopt": false,
3    "DisablePreoptBootImages": false,
4    "DisablePreoptModules": [],
5    "OnlyPreoptArtBootImage": true,
6    "PreoptWithUpdatableBcp": true,
7    "DontUncompressPrivAppsDex": false,
8    "ModulesLoadedByPrivilegedModules": [],
9    "HasSystemOther": true,
10    "PatternsOnSystemOther": ["app/%","priv-app/%","system_ext/app/%","system_ext/priv-app/%","product/app/%","product/priv-app/%"],
11    "DisableGenerateProfile": false,
12    "ProfileDir": "",
13    "BootJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com.android.art:bouncycastle","com.android.art:apache-xml","platform:framework-minus-apex","platform:framework-graphics","platform:framework-location","platform:framework-connectivity-b","platform:ext","platform:telephony-common","platform:voip-common","platform:ims-common","platform:framework-platformcrashrecovery","platform:framework-ondeviceintelligence-platform","com.android.i18n:core-icu4j"],
14    "ApexBootJars": ["com.android.adservices:framework-adservices","com.android.adservices:framework-sdksandbox","com.android.appsearch:framework-appsearch","com.android.btservices:framework-bluetooth","com.android.configinfrastructure:framework-configinfrastructure","com.android.conscrypt:conscrypt","com.android.devicelock:framework-devicelock","com.android.healthfitness:framework-healthfitness","com.android.ipsec:android.net.ipsec.ike","com.android.media:updatable-media","com.android.mediaprovider:framework-mediaprovider","com.android.mediaprovider:framework-pdf","com.android.mediaprovider:framework-pdf-v","com.android.mediaprovider:framework-photopicker","com.android.nfcservices:framework-nfc","com.android.ondevicepersonalization:framework-ondevicepersonalization","com.android.os.statsd:framework-statsd","com.android.permission:framework-permission","com.android.permission:framework-permission-s","com.android.profiling:framework-profiling","com.android.scheduling:framework-scheduling","com.android.sdkext:framework-sdkextensions","com.android.tethering:framework-connectivity","com.android.tethering:framework-connectivity-t","com.android.tethering:framework-tethering","com.android.uwb:framework-uwb","com.android.virt:framework-virtualization","com.android.wifi:framework-wifi"],
15    "ArtApexJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com.android.art:bouncycastle","com.android.art:apache-xml"],
16    "TestOnlyArtBootImageJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com.android.art:bouncycastle","com.android.art:apache-xml","platform:core-icu4j-host","platform:conscrypt-host"],
17    "SystemServerJars": ["platform:com.android.location.provider","platform:services"],
18    "SystemServerApps": ["SettingsProvider","WallpaperBackup","FusedLocation","InputDevices","KeyChain","Telecom"],
19    "ApexSystemServerJars": ["com.android.adservices:service-adservices","com.android.adservices:service-sdksandbox","com.android.appsearch:service-appsearch","com.android.art:service-art","com.android.compos:service-compos","com.android.configinfrastructure:service-configinfrastructure","com.android.healthfitness:service-healthfitness","com.android.media:service-media-s","com.android.ondevicepersonalization:service-ondevicepersonalization","com.android.permission:service-permission","com.android.rkpd:service-rkp","com.android.virt:service-virtualization"],
20    "StandaloneSystemServerJars": [],
21    "ApexStandaloneSystemServerJars": ["com.android.btservices:service-bluetooth","com.android.devicelock:service-devicelock","com.android.os.statsd:service-statsd","com.android.scheduling:service-scheduling","com.android.tethering:service-connectivity","com.android.uwb:service-uwb","com.android.wifi:service-wifi","com.android.profiling:service-profiling"],
22    "BrokenSuboptimalOrderOfSystemServerJars": false,
23    "SpeedApps": ["SystemUIGoogle","SystemUI"],
24    "PreoptFlags": [],
25    "DefaultCompilerFilter": "",
26    "SystemServerCompilerFilter": "",
27    "GenerateDmFiles": false,
28    "NeverAllowStripping": false,
29    "NoDebugInfo": false,
30    "DontResolveStartupStrings": false,
31    "AlwaysSystemServerDebugInfo": false,
32    "NeverSystemServerDebugInfo": false,
33    "AlwaysOtherDebugInfo": false,
34    "NeverOtherDebugInfo": false,
35    "IsEng": true,
36    "SanitizeLite": false,
37    "DefaultAppImages": false,
38    "RelaxUsesLibraryCheck": true,
39    "Dex2oatXmx": "512m",
40    "Dex2oatXms": "64m",
41    "EmptyDirectory": "out/empty",
42    "EnableUffdGc": "default",
43    "CpuVariant": {
44        "arm64": "cortex-a55"
45    },
46    "InstructionSetFeatures": {
47        "arm64": "default"
48    },
49    "BootImageProfiles": ["art/build/boot/boot-image-profile.txt","frameworks/base/boot/boot-image-profile.txt"],
50    "BootFlags": "--generate-mini-debug-info",
51    "Dex2oatImageXmx": "64m",
52    "Dex2oatImageXms": "64m"
53}
54
55