aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-07-27 15:08:24 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-15 00:31:30 +0000
commit98b26c576a9e96b31dbb0263baa1866e5d0ab2ef (patch)
treed25ccbdeeeb9a2e2e590c406e5646b087073189a /Android.bp
parent485e572aeb8690abcb2907149f01f25fc85394db (diff)
downloadbuild_soong-98b26c576a9e96b31dbb0263baa1866e5d0ab2ef.tar.gz
build_soong-98b26c576a9e96b31dbb0263baa1866e5d0ab2ef.tar.bz2
build_soong-98b26c576a9e96b31dbb0263baa1866e5d0ab2ef.zip
Use the blueprint plugin infrastructure
Instead of using this hardcoded list, use the blueprint plugin infrastructure to find them at build time and load them. Bug: 23567252 Change-Id: Iae87e8c9bf020f4beb42c418b9a6bf8b0fe8b601
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 3 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 404c4787..30cbf150 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,12 +16,8 @@ bootstrap_go_binary {
"blueprint",
"blueprint-bootstrap",
"soong",
- "soong-art",
- "soong-cc",
"soong-common",
"soong-env",
- "soong-genrule",
- "soong-java",
],
srcs: [
"cmd/soong_build/main.go",
@@ -133,6 +129,7 @@ bootstrap_go_package {
testSrcs: [
"cc/cc_test.go",
],
+ pluginFor: ["soong_build"],
}
bootstrap_go_package {
@@ -147,6 +144,7 @@ bootstrap_go_package {
srcs: [
"genrule/genrule.go",
],
+ pluginFor: ["soong_build"],
}
bootstrap_go_binary {
@@ -174,6 +172,7 @@ bootstrap_go_package {
"java/java.go",
"java/resources.go",
],
+ pluginFor: ["soong_build"],
}
//