0b2ca6c22c
ART is becoming a module and we need to be able to add new properties without modifying the non updatable part of the platform: - convert ART properties to use prefix in the namespace of [ro].dalvik.vm. - enable appdomain and coredomain to read device_config properties that configure ART Test: boot Bug: 181748174 Change-Id: Id23ff78474dba947301e1b6243a112b0f5b4a832
16 lines
468 B
Text
16 lines
468 B
Text
# art service daemon
|
|
type artd, domain;
|
|
type artd_exec, system_file_type, exec_type, file_type;
|
|
|
|
# Allow artd to publish a binder service and make binder calls.
|
|
binder_use(artd)
|
|
add_service(artd, artd_service)
|
|
allow artd dumpstate:fifo_file { getattr write };
|
|
|
|
typeattribute artd coredomain;
|
|
|
|
init_daemon_domain(artd)
|
|
|
|
# Allow query ART device config properties
|
|
get_prop(artd, device_config_runtime_native_prop)
|
|
get_prop(artd, device_config_runtime_native_boot_prop)
|