| Index: runtime/bin/directory_android.cc
|
| diff --git a/runtime/bin/directory_android.cc b/runtime/bin/directory_android.cc
|
| index 95709da45e9cc4e89f359941e0b56215ea1230bd..58060d8b8a981e1da87ec6d0366ab079bd67f9d3 100644
|
| --- a/runtime/bin/directory_android.cc
|
| +++ b/runtime/bin/directory_android.cc
|
| @@ -153,6 +153,7 @@ static bool ListRecursively(PathBuffer* path,
|
| path,
|
| recursive,
|
| follow_links,
|
| + seen,
|
| listing) && success;
|
| break;
|
| case DT_REG:
|
| @@ -236,6 +237,7 @@ static bool ListRecursively(PathBuffer* path,
|
| path,
|
| recursive,
|
| follow_links,
|
| + seen,
|
| listing) && success;
|
| } else if (S_ISREG(entry_info.st_mode)) {
|
| success = HandleFile(entry.d_name,
|
|
|