From 5890b58b2146eb59db0ebf37bf675f90e8ebfb0c Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 26 Mar 2015 16:26:11 -0700 Subject: [PATCH] Allow bionic to specify its own root Blueprints subdirs = ["bionic/*"] in the root Blueprints causes blueprint to search subdirectories of bionic for Blueprints files instead of searching the bionic directory itself. Replace it with subdirs = ["bionic"] and allow bionic/Blueprints to specify its subdirs. Change-Id: Iac9d2407a3d4c87b3c23390f887b187f276ee72f --- root.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.bp b/root.bp index 760e5dc1d..00ee1f071 100644 --- a/root.bp +++ b/root.bp @@ -2,7 +2,7 @@ subdirs = [ "art", "build/blueprint", "build/soong", - "bionic/*", + "bionic", "external/*", "libnativehelper", "prebuilts/ndk",