Skip to content
Snippets Groups Projects
Commit a8c23ee1 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Merge "Allow installd to read vendor_overlay_file" into oc-dev am: 9829506c

am: 59be4ad5

Change-Id: I67c7b07a91f117870b104bc917206fda9423715f
parents 505f319d 59be4ad5
No related branches found
No related tags found
No related merge requests found
......@@ -698,6 +698,7 @@ full_treble_only(`
-appdomain
-idmap
-init
-installd
-system_server
-zygote
} vendor_overlay_file:dir { getattr open read search };
......@@ -707,6 +708,7 @@ full_treble_only(`
-appdomain
-idmap
-init
-installd
-system_server
-zygote
} vendor_overlay_file:{ file lnk_file } r_file_perms;
......
......@@ -29,6 +29,8 @@ r_dir_file(installd, rootfs)
r_dir_file(installd, system_file)
# Scan through APKs in /vendor/app
r_dir_file(installd, vendor_app_file)
# Scan through Runtime Resource Overlay APKs in /vendor/overlay
r_dir_file(installd, vendor_overlay_file)
# Get file context
allow installd file_contexts_file:file r_file_perms;
# Get seapp_context
......
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