Files
build_soong/root.bp
Steven Moreland 11234b012e root.bp: Add vendor/*/*
Vendors must be able to use Android.bp files without changing root.bp.

Bug: 33672964
Test: compiles
Change-Id: I3b1d0d530d700c96ab1404b31166f10e834a1952
2016-12-16 16:40:43 -08:00

43 lines
771 B
Plaintext

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