Martin Stjernholm | e1ac267 | 2023-05-10 16:52:39 +0100 | [diff] [blame] | 1 | # ART boot oneshot service |
| 2 | type art_boot, domain, coredomain; |
| 3 | type art_boot_exec, exec_type, file_type, system_file_type; |
| 4 | |
| 5 | init_daemon_domain(art_boot) |
| 6 | |
Martin Stjernholm | a9eaec1 | 2023-05-16 16:20:50 +0100 | [diff] [blame^] | 7 | # Allow query of device config properties, typically experiment flags. |
| 8 | get_prop(art_boot, device_config_runtime_native_boot_prop) |
| 9 | get_prop(art_boot, device_config_runtime_native_prop) |
| 10 | |
Martin Stjernholm | e1ac267 | 2023-05-10 16:52:39 +0100 | [diff] [blame] | 11 | # Allow ART to set its config properties at boot, mainly to be able to propagate |
| 12 | # experiment flags to properties that only may change at boot. |
| 13 | set_prop(art_boot, dalvik_config_prop_type) |