* commit 'cda31324afdc3e9d1bc5d2e9ee45985cf1fb8819': Include 64bit valgrind in the android_filesystem_config.
This commit is contained in:
commit
c5aff68693
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ static const struct fs_path_config android_files[] = {
|
|||
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor/bin/*" },
|
||||
|
|
Loading…
Reference in a new issue