aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2016-12-16 16:40:43 -0800
committerSteven Moreland <smoreland@google.com>2016-12-16 16:40:43 -0800
commit11234b012e8fb7fcabdeac018cfed799b0ef6677 (patch)
treeed253f5109099a886206a54eede9750310d97136 /root.bp
parent1bd40ba84b07c5c1e61e0dad634cf0fb97634360 (diff)
downloadbuild_soong-11234b012e8fb7fcabdeac018cfed799b0ef6677.tar.gz
build_soong-11234b012e8fb7fcabdeac018cfed799b0ef6677.tar.bz2
build_soong-11234b012e8fb7fcabdeac018cfed799b0ef6677.zip
root.bp: Add vendor/*/*
Vendors must be able to use Android.bp files without changing root.bp. Bug: 33672964 Test: compiles Change-Id: I3b1d0d530d700c96ab1404b31166f10e834a1952
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index 7e4636f8..332032cc 100644
--- a/root.bp
+++ b/root.bp
@@ -38,4 +38,5 @@ optional_subdirs = [
"system/security/*",
"system/tools/*",
"test/vts",
+ "vendor/*/*",
]