Merge "Control use of dex2oat64 by device property" into rvc-dev
This commit is contained in:
commit
96b06bc2ae
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue