Merge "Give map permission to viewcompiler"

am: ac74f62cd5

Change-Id: I56450ae13fff2e6a4a12af2a30af2629a2278a78
This commit is contained in:
Eric Holk 2019-08-28 07:41:59 -07:00 committed by android-build-merger
commit 9672823f2a

View file

@ -17,7 +17,7 @@ allow viewcompiler installd:fd use;
allow viewcompiler app_data_file:file { getattr write };
# Allow the view compiler to read resources from the apps APK.
allow viewcompiler apk_data_file:file read;
allow viewcompiler apk_data_file:file { read map };
# priv-apps are moving to a world where they can only execute
# signed code. Make sure viewcompiler never can write to privapp