aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2017-08-30 15:06:05 -0700
committerAlex Light <allight@google.com>2017-09-01 22:30:01 +0000
commitb8bee63fa2c4adccf41f62769abec7aa971f1860 (patch)
tree967d195c6dd7bddde8b59fe508d1dcc81eb7ad04 /root.bp
parent5ade8a859d082efae0d0f2c8a645bd6c42b81499 (diff)
downloadbuild_soong-b8bee63fa2c4adccf41f62769abec7aa971f1860.tar.gz
build_soong-b8bee63fa2c4adccf41f62769abec7aa971f1860.tar.bz2
build_soong-b8bee63fa2c4adccf41f62769abec7aa971f1860.zip
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
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index 31a95fd4..d91da645 100644
--- a/root.bp
+++ b/root.bp
@@ -36,5 +36,6 @@ optional_subdirs = [
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
+ "tools/*",
"vendor/*/*",
]