Merge "Control use of dex2oat64 by device property" into rvc-dev

This commit is contained in:
David Sehr 2020-04-23 23:38:26 +00:00 committed by Android (Google) Code Review
commit 96b06bc2ae
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# System files
#
(/.*)? u:object_r:system_file:s0
/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0
/bin/dex2oat(32|64)?(d)? u:object_r:dex2oat_exec:s0
/bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0
/bin/profman(d)? u:object_r:profman_exec:s0
/lib(64)?(/.*)? u:object_r:system_lib_file:s0

View file

@ -2,7 +2,7 @@
# System files
#
(/.*)? u:object_r:system_file:s0
/bin/dex2oat u:object_r:dex2oat_exec:s0
/bin/dex2oat(32|64)? u:object_r:dex2oat_exec:s0
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
/bin/profman u:object_r:profman_exec:s0
/lib(64)?(/.*)? u:object_r:system_lib_file:s0

View file

@ -21,6 +21,7 @@ dalvik.vm.dex2oat-cpu-set u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.dex2oat-filter u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.dex2oat-flags u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.dex2oat-threads u:object_r:exported_dalvik_prop:s0 exact int
dalvik.vm.dex2oat64.enabled u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.dexopt.secondary u:object_r:exported_dalvik_prop:s0 exact bool
dalvik.vm.execution-mode u:object_r:exported_dalvik_prop:s0 exact string
dalvik.vm.extra-opts u:object_r:exported_dalvik_prop:s0 exact string