diff options
author | Narayan Kamath <narayan@google.com> | 2014-04-14 15:58:22 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-14 15:58:22 +0000 |
commit | cda31324afdc3e9d1bc5d2e9ee45985cf1fb8819 (patch) | |
tree | f973f0c6cbaf66a9e87a1de8cb2940634036b96b /include | |
parent | bf66e4486d1ded51da45d69548e138ab7a75967d (diff) | |
parent | 4706320eb30812b301675b15a35036190a1c87b6 (diff) | |
download | system_core-cda31324afdc3e9d1bc5d2e9ee45985cf1fb8819.zip system_core-cda31324afdc3e9d1bc5d2e9ee45985cf1fb8819.tar.gz system_core-cda31324afdc3e9d1bc5d2e9ee45985cf1fb8819.tar.bz2 |
am 4706320e: Merge "Include 64bit valgrind in the android_filesystem_config."
* commit '4706320eb30812b301675b15a35036190a1c87b6':
Include 64bit valgrind in the android_filesystem_config.
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
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/*" }, |