summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pirama Arumuga Nainar <pirama@google.com> 2017-09-01 11:56:35 -0700
committer Pirama Arumuga Nainar <pirama@google.com> 2017-09-08 12:46:34 -0700
commite4f042c68245e0167ef6846c53e2e2f85f304c53 (patch)
treecbeb746e8e47f5879059cc12cf2f2f9c9004e648
parent5349941875ef876d61e1a96cfe2d83a76b84d188 (diff)
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
-rw-r--r--root.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index d91da6456..f27d28b68 100644
--- a/root.bp
+++ b/root.bp
@@ -37,5 +37,6 @@ optional_subdirs = [
"test/vts",
"test/vts-testcase/*",
"tools/*",
+ "toolchain/*",
"vendor/*/*",
]