Allow dex2oat to read /apex/apex-info-list.xml
Test: ART tests Bug: 182465342 Change-Id: Ied9f41d59795fa72b9806c71241ae0c9bc05ce48
This commit is contained in:
parent
7362f58895
commit
78f0250077
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ allow dex2oat apex_art_data_file:file r_file_perms;
|
|||
get_prop(dex2oat, device_config_runtime_native_prop)
|
||||
get_prop(dex2oat, device_config_runtime_native_boot_prop)
|
||||
|
||||
# Allow dex2oat to read /apex/apex-info-list.xml
|
||||
allow dex2oat apex_info_file:file r_file_perms;
|
||||
|
||||
##################
|
||||
# A/B OTA Dexopt #
|
||||
##################
|
||||
|
|
Loading…
Reference in a new issue