diff options
author | 2017-08-30 15:06:05 -0700 | |
---|---|---|
committer | 2017-09-01 22:30:01 +0000 | |
commit | b8bee63fa2c4adccf41f62769abec7aa971f1860 (patch) | |
tree | 967d195c6dd7bddde8b59fe508d1dcc81eb7ad04 | |
parent | 5ade8a859d082efae0d0f2c8a645bd6c42b81499 (diff) |
Add tools/* to subdirs for Android.bp search
This is needed to build the tools/dexter project.
Test: cd tools/dexter; mma -j50
Bug: 65011851
Change-Id: I7ca85cf5d9133b99e547ee2c9631bd0f9ebb4784
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,5 +36,6 @@ optional_subdirs = [ "system/tools/*", "test/vts", "test/vts-testcase/*", + "tools/*", "vendor/*/*", ] |