4e8dbdf63e
Replicate change https://android-review.googlesource.com/c/1663786/2/apex/com.android.art-file_contexts in `apex/com.android.art.debug-file_contexts`. Test: Patch this commit into a tree that uses `artd` (only internal ones at the moment) and run the following command on a device running the Debug ART APEX: adb shell pm art \ get-optimization-status com.google.android.youtube Change-Id: If0b10b585778e8b585e76b2a4512a2f23facd22e
11 lines
520 B
Text
11 lines
520 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file:s0
|
|
/bin/art_exec u:object_r:art_exec_exec:s0
|
|
/bin/artd u:object_r:artd_exec:s0
|
|
/bin/dex2oat(32|64)? u:object_r:dex2oat_exec:s0
|
|
/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0
|
|
/bin/odrefresh u:object_r:odrefresh_exec:s0
|
|
/bin/profman u:object_r:profman_exec:s0
|
|
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|