From 11234b012e8fb7fcabdeac018cfed799b0ef6677 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 16 Dec 2016 16:40:43 -0800 Subject: [PATCH] root.bp: Add vendor/*/* Vendors must be able to use Android.bp files without changing root.bp. Bug: 33672964 Test: compiles Change-Id: I3b1d0d530d700c96ab1404b31166f10e834a1952 --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index 7e4636f8c..332032ccd 100644 --- a/root.bp +++ b/root.bp @@ -38,4 +38,5 @@ optional_subdirs = [ "system/security/*", "system/tools/*", "test/vts", + "vendor/*/*", ]