platform_build_soong/root.bp
Zhuoyao Zhang 14ed26d6cd Add test/vts into soong build target.
Bug: 31930023
Test: make vts
Change-Id: Ibd3ed5e56a2ce925d509dfd95a00e3961a433850
(cherry picked from commit b003d0537f)
2016-12-12 14:28:34 -08: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",
]