Merge "Allow installd to scan JARs in /vendor/framework." am: ee0348e8d1
am: d67c585333
Change-Id: I2be5f773b615a990d3cf4496d56294c61ab5cb34
This commit is contained in:
commit
c6c6ffd498
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,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 JARs in /vendor/framework
|
||||
r_dir_file(installd, vendor_framework_file)
|
||||
# Scan through Runtime Resource Overlay APKs in /vendor/overlay
|
||||
r_dir_file(installd, vendor_overlay_file)
|
||||
# Get file context
|
||||
|
|
Loading…
Reference in a new issue