am 4706320e: Merge "Include 64bit valgrind in the android_filesystem_config."

* commit '4706320eb30812b301675b15a35036190a1c87b6':
  Include 64bit valgrind in the android_filesystem_config.
This commit is contained in:
Narayan Kamath 2014-04-14 15:58:22 +00:00 committed by Android Git Automerger
commit cda31324af

View file

@ -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/*" },