Skip to content
Snippets Groups Projects
Commit 59be4ad5 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

Change-Id: I7a05cbb58ebbe4d23c9fc13ef429b444301a912e
parents 3d7c6e61 9829506c
No related branches found
No related tags found
No related merge requests found
...@@ -695,6 +695,7 @@ full_treble_only(` ...@@ -695,6 +695,7 @@ full_treble_only(`
-appdomain -appdomain
-idmap -idmap
-init -init
-installd
-system_server -system_server
-zygote -zygote
} vendor_overlay_file:dir { getattr open read search }; } vendor_overlay_file:dir { getattr open read search };
...@@ -704,6 +705,7 @@ full_treble_only(` ...@@ -704,6 +705,7 @@ full_treble_only(`
-appdomain -appdomain
-idmap -idmap
-init -init
-installd
-system_server -system_server
-zygote -zygote
} vendor_overlay_file:{ file lnk_file } r_file_perms; } vendor_overlay_file:{ file lnk_file } r_file_perms;
......
...@@ -29,6 +29,8 @@ r_dir_file(installd, rootfs) ...@@ -29,6 +29,8 @@ r_dir_file(installd, rootfs)
r_dir_file(installd, system_file) r_dir_file(installd, system_file)
# Scan through APKs in /vendor/app # Scan through APKs in /vendor/app
r_dir_file(installd, vendor_app_file) 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 # Get file context
allow installd file_contexts_file:file r_file_perms; allow installd file_contexts_file:file r_file_perms;
# Get seapp_context # 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