Add system_ext/apex/*/bin to fs_config
Flattened APEXes can be installed in /system_ext. Especially, GSI have both flattened/unflattened apexes so that it can run with updatable devices and non-updatable devices as well. Bug: 145963716 Test: flash GSI on P device and boot Change-Id: I3a941672446a5353517243a851739a66f4252617
This commit is contained in:
parent
1cdcc5f7e8
commit
08792eb5de
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ static const struct fs_path_config android_dirs[] = {
|
|||
{ 00751, AID_ROOT, AID_SHELL, 0, "system/xbin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system/apex/*/bin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system_ext/bin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "system_ext/apex/*/bin" },
|
||||
{ 00751, AID_ROOT, AID_SHELL, 0, "vendor/bin" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, 0 },
|
||||
|
|
@ -209,6 +210,7 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/apex/*/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system_ext/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system_ext/apex/*/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor/xbin/*" },
|
||||
{ 00644, AID_ROOT, AID_ROOT, 0, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue