aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-11-01 11:10:25 -0700
committerColin Cross <ccross@android.com>2016-11-04 04:54:16 +0000
commit7f19f37443f35f2fdd50f31bcc9263c002dab424 (patch)
tree1d9d16434a7c8558970017e9f3d0cdf5df0da077 /Android.bp
parent28f9094ee7d48a610c482bc5d20ceaf9a95cfaca (diff)
downloadbuild_soong-7f19f37443f35f2fdd50f31bcc9263c002dab424.tar.gz
build_soong-7f19f37443f35f2fdd50f31bcc9263c002dab424.tar.bz2
build_soong-7f19f37443f35f2fdd50f31bcc9263c002dab424.zip
Move globbing to Blueprint
Move Soong's globbing-with-dependencies support into Blueprint so it can be used for subdirs= lines in Android.bp files. Blueprint has a slight change in behavior around subname= lines, it now always uses the subname and doesn't fall back to Blueprints. To support the Blueprints files in build/blueprint, use them directly with build=. Test: build, add source file that matches glob, rebuild Change-Id: Ifd0b0d3bc061aae0a16d6c7ca9a1cd8672656b4d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Android.bp b/Android.bp
index 74d9c0ac..f2d4273b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,19 +24,6 @@ bootstrap_go_package {
],
}
-
-bootstrap_go_package {
- name: "soong-glob",
- pkgPath: "android/soong/glob",
- deps: [
- "blueprint-deptools",
- "blueprint-pathtools",
- ],
- srcs: [
- "glob/glob.go",
- ],
-}
-
bootstrap_go_package {
name: "soong",
pkgPath: "android/soong",
@@ -56,7 +43,6 @@ bootstrap_go_package {
"blueprint-bootstrap",
"soong",
"soong-env",
- "soong-glob",
],
srcs: [
"android/androidmk.go",
@@ -64,7 +50,6 @@ bootstrap_go_package {
"android/config.go",
"android/defaults.go",
"android/defs.go",
- "android/glob.go",
"android/hooks.go",
"android/makevars.go",
"android/module.go",