platform_build_soong/root.bp
Colin Cross b3aaaea54b Revert "root.bp: Add vendor/*/*"
This reverts commit 11234b012e.

Breaks builds that have a broken symlink at vendor/*/*, which is sometimes seen in a .git directory.

Change-Id: I17041ff582d10e3f7c3fb66f20e113a9f836de45
2016-12-19 20:30:43 +00:00

41 lines
753 B
Text

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",
]