Browse Source

root.bp: Add vendor/*/*

Vendors must be able to use Android.bp files without changing root.bp.

Bug: 33672964
Test: compiles
Change-Id: I3b1d0d530d700c96ab1404b31166f10e834a1952
Steven Moreland 7 years ago
parent
commit
11234b012e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      root.bp

+ 1 - 0
root.bp

@@ -38,4 +38,5 @@ optional_subdirs = [
     "system/security/*",
     "system/tools/*",
     "test/vts",
+    "vendor/*/*",
 ]