aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-11-17 10:58:00 -0800
committerColin Cross <ccross@android.com>2017-11-17 23:05:41 +0000
commit393667285ef6845a1cf4675b266158df544ce994 (patch)
treece0012ef11c80cad1c7e81ceaaab8a6b4393518f /root.bp
parentd00350c61bd1ea29ef34da243ac08364a2b9527a (diff)
downloadbuild_soong-393667285ef6845a1cf4675b266158df544ce994.tar.gz
build_soong-393667285ef6845a1cf4675b266158df544ce994.tar.bz2
build_soong-393667285ef6845a1cf4675b266158df544ce994.zip
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
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp48
1 files changed, 4 insertions, 44 deletions
diff --git a/root.bp b/root.bp
index bc591714..7e0c1eda 100644
--- a/root.bp
+++ b/root.bp
@@ -1,44 +1,4 @@
-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/*",
- "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/*/*",
-]
+// Soong finds all Android.bp and Blueprints files in the source tree,
+// subdirs= and optional_subdirs= are obsolete and this file no longer
+// needs a list of the top level directories that may contain Android.bp
+// files.