From 7cac38429b7df94f302e390f9517f2e59bbcabc5 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Wed, 15 Feb 2017 21:43:07 +0000 Subject: [PATCH] Add device blueprint files to root build. Test: built with a blueprint file in device/google/marlin Change-Id: Ia820e6dd3d46b8f6f718b6fddedaa3f548b371fa --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index a1b1f6bf3..d1e8e3eb9 100644 --- a/root.bp +++ b/root.bp @@ -15,6 +15,7 @@ optional_subdirs = [ "build/tools/*", "dalvik", "development/*", + "device/*/*", "external/*", "frameworks/av", "frameworks/base",