80a1403c62
Gate use of dex2oat64 by a device property. Bug: 153380900 Test: atest -c installd_dexopt_test Change-Id: I640085b5cd744cdc4563f565f8a914f9b1adc3ab
10 lines
487 B
Text
10 lines
487 B
Text
#############################
|
|
# System files
|
|
#
|
|
(/.*)? u:object_r:system_file: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
|
|
/bin/art_preinstall_hook(.*)? u:object_r:art_apex_preinstall_exec:s0
|
|
/bin/art_postinstall_hook(.*)? u:object_r:art_apex_postinstall_exec:s0
|