diff options
author | Colin Cross <ccross@android.com> | 2015-03-26 16:26:11 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2015-03-27 17:56:34 -0700 |
commit | 5890b58b2146eb59db0ebf37bf675f90e8ebfb0c (patch) | |
tree | 92e97142b11266ae826c8fc34042aa28cdb87f4e /root.bp | |
parent | bbcb4963d6744d1293a3daf7da4714ed95a47d6e (diff) | |
download | build_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.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ subdirs = [ "art", "build/blueprint", "build/soong", - "bionic/*", + "bionic", "external/*", "libnativehelper", "prebuilts/ndk", |