commit | e4f042c68245e0167ef6846c53e2e2f85f304c53 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Fri Sep 01 11:56:35 2017 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Fri Sep 08 12:46:34 2017 -0700 |
tree | cbeb746e8e47f5879059cc12cf2f2f9c9004e648 | |
parent | 5349941875ef876d61e1a96cfe2d83a76b84d188 [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
diff --git a/root.bp b/root.bp index d91da64..f27d28b 100644 --- a/root.bp +++ b/root.bp
@@ -37,5 +37,6 @@ "test/vts", "test/vts-testcase/*", "tools/*", + "toolchain/*", "vendor/*/*", ]