diff options
author | Michael Wright <michaelwr@google.com> | 2017-02-15 21:43:07 +0000 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2017-02-15 21:43:36 +0000 |
commit | 7cac38429b7df94f302e390f9517f2e59bbcabc5 (patch) | |
tree | 4f55e678042dbba6aa535f6d06c1a49a239d004d /root.bp | |
parent | 581341d4f2752a1f2823173167d30ddb30db5932 (diff) | |
download | build_soong-7cac38429b7df94f302e390f9517f2e59bbcabc5.tar.gz build_soong-7cac38429b7df94f302e390f9517f2e59bbcabc5.tar.bz2 build_soong-7cac38429b7df94f302e390f9517f2e59bbcabc5.zip |
Add device blueprint files to root build.
Test: built with a blueprint file in device/google/marlin
Change-Id: Ia820e6dd3d46b8f6f718b6fddedaa3f548b371fa
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ optional_subdirs = [ "build/tools/*", "dalvik", "development/*", + "device/*/*", "external/*", "frameworks/av", "frameworks/base", |