summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-04-12 09:11:16 +0100
committerNarayan Kamath <narayan@google.com>2014-04-12 09:11:16 +0100
commit6b7ab90ca9e67324c4f07bfc46e1b6ed86c741c5 (patch)
treed8bbbd7f2cf24317b49b248104940d4a7070d4dd /include
parent472e04f2b4b1870f8be789a3f16c2abb664b731a (diff)
downloadsystem_core-6b7ab90ca9e67324c4f07bfc46e1b6ed86c741c5.zip
system_core-6b7ab90ca9e67324c4f07bfc46e1b6ed86c741c5.tar.gz
system_core-6b7ab90ca9e67324c4f07bfc46e1b6ed86c741c5.tar.bz2
Include 64bit valgrind in the android_filesystem_config.
Required so that we set the exectuable bit correctly. Change-Id: If59bd0ff47d2b4b2b8f92a1c007b4ba414ea1876
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 9c26baf..d662107 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -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/*" },