From e4f042c68245e0167ef6846c53e2e2f85f304c53 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Fri, 1 Sep 2017 11:56:35 -0700 Subject: 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 --- root.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'root.bp') diff --git a/root.bp b/root.bp index d91da645..f27d28b6 100644 --- a/root.bp +++ b/root.bp @@ -37,5 +37,6 @@ optional_subdirs = [ "test/vts", "test/vts-testcase/*", "tools/*", + "toolchain/*", "vendor/*/*", ] -- cgit v1.2.3