612ce87b51
The dex2oat debug binary ends with the bitness. Bug: 160137482 Test: adb shell cmd package bg-dexopt-job Change-Id: If78cd100eb1c0245e425361d56e1936f1c6c98a6
10 lines
487 B
Text
10 lines
487 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file:s0
|
|
/bin/dex2oat(d)?(32|64)? 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
|
|
/bin/art_preinstall_hook(.*)? u:object_r:art_apex_preinstall_exec:s0
|
|
/bin/art_postinstall_hook(.*)? u:object_r:art_apex_postinstall_exec:s0
|