platform_build_soong/root.bp
Jeff Gaston c466cce948 Point root.bp at build/make/tools instead of build/tools
Bug: 64397960
Test: m -j
Change-Id: Iac06584b871634f59a7d1a15c743ec8e4901a5d0
2017-08-08 17:46:14 -07:00

39 lines
724 B
Text

subname = "Android.bp"
build = [
"build/blueprint/Blueprints",
]
subdirs = [
"build/soong",
]
optional_subdirs = [
"art",
"bionic",
"bootable/recovery",
"build/kati",
"build/make/tools/*",
"dalvik",
"development/*",
"device/*/*",
"external/*",
"frameworks/*",
"frameworks/compile/*",
"frameworks/hardware/interfaces",
"frameworks/opt/net/wifi",
"hardware/*",
"libcore",
"libnativehelper",
"packages/apps/*",
"prebuilts/clang/host/linux-x86",
"prebuilts/ndk",
"prebuilts/sdk",
"prebuilts/misc",
"system/*",
"system/hardware/interfaces",
"system/tools/*",
"test/vts",
"test/vts-testcase/*",
"vendor/*/*",
]