summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2017-08-30 15:06:05 -0700
committer Alex Light <allight@google.com> 2017-09-01 22:30:01 +0000
commitb8bee63fa2c4adccf41f62769abec7aa971f1860 (patch)
tree967d195c6dd7bddde8b59fe508d1dcc81eb7ad04
parent5ade8a859d082efae0d0f2c8a645bd6c42b81499 (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.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index 31a95fd4d..d91da6456 100644
--- a/root.bp
+++ b/root.bp
@@ -36,5 +36,6 @@ optional_subdirs = [
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
+ "tools/*",
"vendor/*/*",
]