Skip to content
Snippets Groups Projects
Commit 8562160e authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Allow installd to measure size of dexopt links." am: 1157e733

am: 04058772

Change-Id: Ic905f371a762063389900db99e8fc66d2c54f9b6
parents 0ef4fa20 04058772
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ allow installd install_data_file:file create_file_perms; ...@@ -58,6 +58,7 @@ allow installd install_data_file:file create_file_perms;
# Create files under /data/dalvik-cache. # Create files under /data/dalvik-cache.
allow installd dalvikcache_data_file:dir create_dir_perms; allow installd dalvikcache_data_file:dir create_dir_perms;
allow installd dalvikcache_data_file:file create_file_perms; allow installd dalvikcache_data_file:file create_file_perms;
allow installd dalvikcache_data_file:lnk_file getattr;
# Create files under /data/resource-cache. # Create files under /data/resource-cache.
allow installd resourcecache_data_file:dir rw_dir_perms; allow installd resourcecache_data_file:dir rw_dir_perms;
......
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