summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-04-14 16:05:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-14 16:05:11 +0000
commit8d56ff5d12548ac463877fa8dc3554d02a145f97 (patch)
treed94eba67cdd6ab146644af901a1f6425521c2c92 /include
parentdd8e1bbbb061644fa7eb4995cc754ac8794fce87 (diff)
parentc5aff68693dee788a28a0d0256782cc8521aa2a5 (diff)
downloadsystem_core-8d56ff5d12548ac463877fa8dc3554d02a145f97.zip
system_core-8d56ff5d12548ac463877fa8dc3554d02a145f97.tar.gz
system_core-8d56ff5d12548ac463877fa8dc3554d02a145f97.tar.bz2
am c5aff686: am cda31324: am 4706320e: Merge "Include 64bit valgrind in the android_filesystem_config."
* commit 'c5aff68693dee788a28a0d0256782cc8521aa2a5': Include 64bit valgrind in the android_filesystem_config.
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 512184b..baa012d 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -253,6 +253,7 @@ static const struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
{ 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/*" },