Skip to content
Snippets Groups Projects
Commit 78a5ffd3 authored by Jeff Hao's avatar Jeff Hao Committed by android-build-merger
Browse files

Merge "Add dex2oat permissions to open and read the tmp apk." am: 47061e59 am: 70269b78

am: 24409c36

Change-Id: I213a2aaca2c4fe4e7b1eac0971b99517dab2bb6f
parents a242ee6f 24409c36
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ allow dex2oat system_file:file lock;
allow dex2oat asec_apk_file:file read;
allow dex2oat unlabeled:file read;
allow dex2oat oemfs:file read;
allow dex2oat apk_tmp_file:file read;
allow dex2oat apk_tmp_file:dir search;
allow dex2oat apk_tmp_file:file r_file_perms;
allow dex2oat user_profile_data_file:file { getattr read lock };
# Allow dex2oat to compile app's secondary dex files which were reported back to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment