Files
build_soong/root.bp
Michael Wright 7cac38429b Add device blueprint files to root build.
Test: built with a blueprint file in device/google/marlin
Change-Id: Ia820e6dd3d46b8f6f718b6fddedaa3f548b371fa
2017-02-15 21:43:36 +00:00

38 lines
636 B
Plaintext

subname = "Android.bp"
build = [
"build/blueprint/Blueprints",
]
subdirs = [
"build/soong",
]
optional_subdirs = [
"art",
"bionic",
"build/kati",
"build/tools/*",
"dalvik",
"development/*",
"device/*/*",
"external/*",
"frameworks/av",
"frameworks/base",
"frameworks/compile/*",
"frameworks/native",
"frameworks/rs",
"frameworks/wilhelm",
"hardware/*",
"libcore",
"libnativehelper",
"packages/apps/HTMLViewer",
"prebuilts/ndk",
"prebuilts/sdk",
"system/*",
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
"vendor/*/*",
]