Browse Source

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
Pirama Arumuga Nainar 6 years ago
parent
commit
e4f042c682
1 changed files with 1 additions and 0 deletions
  1. 1 0
      root.bp

+ 1 - 0
root.bp

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