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
This commit is contained in:
Pirama Arumuga Nainar 2017-09-01 11:56:35 -07:00
parent 5349941875
commit e4f042c682
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ optional_subdirs = [
"test/vts",
"test/vts-testcase/*",
"tools/*",
"toolchain/*",
"vendor/*/*",
]