Skip to content
Snippets Groups Projects
Commit d3329acc authored by Jaesoo Lee's avatar Jaesoo Lee Committed by android-build-merger
Browse files

Merge "allow access to vendor_framework_file to dex2oat and appdomain" into oc-dev am: b9bd6708

am: c28a5c5d

Change-Id: Idd1d93beb393a9cd31bc2cf35b722920f9e31855
parents 9a03cb7f c28a5c5d
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,10 @@ r_dir_file({ appdomain -ephemeral_app -untrusted_v2_app }, vendor_app_file)
# Allow apps access to /vendor/overlay
r_dir_file(appdomain, vendor_overlay_file)
# Allow apps access to /vendor/framework
# for vendor provided libraries.
r_dir_file(appdomain, vendor_framework_file)
# Execute dex2oat when apps call dexclassloader
allow appdomain dex2oat_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