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
This commit is contained in:
Colin Cross 2015-03-26 16:26:11 -07:00
parent bbcb4963d6
commit 5890b58b21
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ subdirs = [
"art",
"build/blueprint",
"build/soong",
"bionic/*",
"bionic",
"external/*",
"libnativehelper",
"prebuilts/ndk",