Skip to content
Snippets Groups Projects
Commit d2d23354 authored by Alex Light's avatar Alex Light Committed by android-build-merger
Browse files

Grant cppreopts.sh permissions to cleanup if it fails am: 9cd2abc2 am: d9918e12 am: f32e1b11

am: adcee927

Change-Id: I25311a6a46b21fa09672f32c74cfa647a24fb743
parents 63384104 adcee927
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ type cppreopts_exec, exec_type, file_type; ...@@ -9,7 +9,7 @@ type cppreopts_exec, exec_type, file_type;
# Allow cppreopts copy files into the dalvik-cache # Allow cppreopts copy files into the dalvik-cache
allow cppreopts dalvikcache_data_file:dir { add_name remove_name search write }; allow cppreopts dalvikcache_data_file:dir { add_name remove_name search write };
allow cppreopts dalvikcache_data_file:file { create getattr open read rename write }; allow cppreopts dalvikcache_data_file:file { create getattr open read rename write unlink };
# Allow cppreopts to execute itself using #!/system/bin/sh # Allow cppreopts to execute itself using #!/system/bin/sh
allow cppreopts shell_exec:file rx_file_perms; allow cppreopts shell_exec:file rx_file_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