aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-01-11 12:56:20 -0800
committerColin Cross <ccross@android.com>2016-01-11 16:29:10 -0800
commit6ec1c7b9646a224bda029685e2db216fb1ae3952 (patch)
tree6142693ab48ef3544d80c12ab500ea35368aeb05
parent4f6e4e6235ed628b023601bf4565d70d2608ca5a (diff)
downloadbuild_soong-6ec1c7b9646a224bda029685e2db216fb1ae3952.tar.gz
build_soong-6ec1c7b9646a224bda029685e2db216fb1ae3952.tar.bz2
build_soong-6ec1c7b9646a224bda029685e2db216fb1ae3952.zip
Search all bionic subdirectories
Some bionic subdirectories need to be built with soong, and others with makefiles. Search the bionic subdirectories invidivdually so the bionic/Android.bp file doesn't prevent bionic/Android.mk from being parsed. Change-Id: I66846f0175a5a01266adc0b792820bb82ffd1e14
-rw-r--r--root.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/root.bp b/root.bp
index a0b79f7c..6f208323 100644
--- a/root.bp
+++ b/root.bp
@@ -3,7 +3,7 @@ subname = "Android.bp"
subdirs = [
"build/blueprint",
"build/soong",
- "bionic",
+ "bionic/*",
"dalvik",
"external/*",
"frameworks/base",