diff options
| author | Roland Levillain <rpl@google.com> | 2019-03-13 17:12:00 +0000 |
|---|---|---|
| committer | Roland Levillain <rpl@google.com> | 2019-03-13 17:12:00 +0000 |
| commit | 3f3e2c678ee2b541823f3f3c3eb2b7ccb11ff0a8 (patch) | |
| tree | 80476bf9c7e9a6091fb4f4a3ae8e7cb107c8481d | |
| parent | e61e8c6b628e4ce0e4c5e5b579af0eead322c247 (diff) | |
| download | system_core-3f3e2c678ee2b541823f3f3c3eb2b7ccb11ff0a8.tar.gz system_core-3f3e2c678ee2b541823f3f3c3eb2b7ccb11ff0a8.tar.bz2 system_core-3f3e2c678ee2b541823f3f3c3eb2b7ccb11ff0a8.zip | |
Remove Valgrind entries from fs_config.
Valgrind has been removed from the Android tree in 2018.
Test: n/a
Bug: 77856586
Change-Id: I3b51d9b2290a4276299725cdd5a53a5bba00166e
| -rw-r--r-- | libcutils/fs_config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcutils/fs_config.cpp b/libcutils/fs_config.cpp index f1dcd5002..a3df38076 100644 --- a/libcutils/fs_config.cpp +++ b/libcutils/fs_config.cpp @@ -219,8 +219,6 @@ static const struct fs_path_config android_files[] = { { 00755, AID_ROOT, AID_SHELL, 0, "product/bin/*" }, { 00750, AID_ROOT, AID_SHELL, 0, "sbin/*" }, { 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/apex/*/bin/*" }, { 00755, AID_ROOT, AID_SHELL, 0, "vendor/bin/*" }, |
