diff options
author | 2017-09-01 11:56:35 -0700 | |
---|---|---|
committer | 2017-09-08 12:46:34 -0700 | |
commit | e4f042c68245e0167ef6846c53e2e2f85f304c53 (patch) | |
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
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,5 +37,6 @@ optional_subdirs = [ "test/vts", "test/vts-testcase/*", "tools/*", + "toolchain/*", "vendor/*/*", ] |