aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-03-26 16:26:11 -0700
committerColin Cross <ccross@android.com>2015-03-27 17:56:34 -0700
commit5890b58b2146eb59db0ebf37bf675f90e8ebfb0c (patch)
tree92e97142b11266ae826c8fc34042aa28cdb87f4e /root.bp
parentbbcb4963d6744d1293a3daf7da4714ed95a47d6e (diff)
downloadbuild_soong-5890b58b2146eb59db0ebf37bf675f90e8ebfb0c.tar.gz
build_soong-5890b58b2146eb59db0ebf37bf675f90e8ebfb0c.tar.bz2
build_soong-5890b58b2146eb59db0ebf37bf675f90e8ebfb0c.zip
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
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/root.bp b/root.bp
index 760e5dc1..00ee1f07 100644
--- a/root.bp
+++ b/root.bp
@@ -2,7 +2,7 @@ subdirs = [
"art",
"build/blueprint",
"build/soong",
- "bionic/*",
+ "bionic",
"external/*",
"libnativehelper",
"prebuilts/ndk",