Replace root.bp with a comment
root.bp is no longer useful, replace its contents with a comment. Bug: 64363847 Test: m checkbuild Change-Id: I41f5bfa06edc26c86f372224c90300b687a32ab2
This commit is contained in:
parent
d00350c61b
commit
393667285e
1 changed files with 4 additions and 44 deletions
48
root.bp
48
root.bp
|
@ -1,44 +1,4 @@
|
||||||
subname = "Android.bp"
|
// Soong finds all Android.bp and Blueprints files in the source tree,
|
||||||
|
// subdirs= and optional_subdirs= are obsolete and this file no longer
|
||||||
build = [
|
// needs a list of the top level directories that may contain Android.bp
|
||||||
"build/blueprint/Blueprints",
|
// files.
|
||||||
]
|
|
||||||
|
|
||||||
subdirs = [
|
|
||||||
"build/soong",
|
|
||||||
]
|
|
||||||
|
|
||||||
optional_subdirs = [
|
|
||||||
"art",
|
|
||||||
"bionic",
|
|
||||||
"bootable/recovery",
|
|
||||||
"build/kati",
|
|
||||||
"build/make/tools/*",
|
|
||||||
"dalvik",
|
|
||||||
"development/*",
|
|
||||||
"device/*/*",
|
|
||||||
"external/*",
|
|
||||||
"external/python/*",
|
|
||||||
"frameworks/*",
|
|
||||||
"frameworks/compile/*",
|
|
||||||
"frameworks/hardware/interfaces",
|
|
||||||
"frameworks/opt/net/wifi",
|
|
||||||
"hardware/*",
|
|
||||||
"libcore",
|
|
||||||
"libnativehelper",
|
|
||||||
"packages/apps/*",
|
|
||||||
"prebuilts/clang/host/linux-x86",
|
|
||||||
"prebuilts/ndk",
|
|
||||||
"prebuilts/r8",
|
|
||||||
"prebuilts/sdk",
|
|
||||||
"prebuilts/misc",
|
|
||||||
"system/*",
|
|
||||||
"system/hardware/interfaces",
|
|
||||||
"system/tools/*",
|
|
||||||
"test/vts",
|
|
||||||
"test/vts-testcase/*",
|
|
||||||
"tools/*",
|
|
||||||
"tools/tradefederation/*",
|
|
||||||
"toolchain/*",
|
|
||||||
"vendor/*/*",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in a new issue