aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2017-09-01 11:56:35 -0700
committerPirama Arumuga Nainar <pirama@google.com>2017-09-08 12:46:34 -0700
commite4f042c68245e0167ef6846c53e2e2f85f304c53 (patch)
treecbeb746e8e47f5879059cc12cf2f2f9c9004e648 /root.bp
parent5349941875ef876d61e1a96cfe2d83a76b84d188 (diff)
downloadbuild_soong-e4f042c68245e0167ef6846c53e2e2f85f304c53.tar.gz
build_soong-e4f042c68245e0167ef6846c53e2e2f85f304c53.tar.bz2
build_soong-e4f042c68245e0167ef6846c53e2e2f85f304c53.zip
Add toolchain/* to root.bp
Soong will now scan toolchain/benchmark for any blueprint files. Test: Cherry-pick https://android-review.googlesource.com/#/c/toolchain/benchmark/+/474805/, that has blueprint files in toolchain/benchmark and build. Change-Id: Ia4ef262094d60423f80f195ea0b95392b740f476
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 d91da645..f27d28b6 100644
--- a/root.bp
+++ b/root.bp
@@ -37,5 +37,6 @@ optional_subdirs = [
"test/vts",
"test/vts-testcase/*",
"tools/*",
+ "toolchain/*",
"vendor/*/*",
]