diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-07-27 15:08:24 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2015-09-15 00:31:30 +0000 |
commit | 98b26c576a9e96b31dbb0263baa1866e5d0ab2ef (patch) | |
tree | d25ccbdeeeb9a2e2e590c406e5646b087073189a /cmd | |
parent | 485e572aeb8690abcb2907149f01f25fc85394db (diff) | |
download | build_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 'cmd')
-rw-r--r-- | cmd/soong_build/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/soong_build/main.go b/cmd/soong_build/main.go index 33fdd698..65194020 100644 --- a/cmd/soong_build/main.go +++ b/cmd/soong_build/main.go @@ -24,12 +24,7 @@ import ( "android/soong" - // These imports cause the modules to register their ModuleTypes, etc. with the soong package - _ "android/soong/art" - _ "android/soong/cc" "android/soong/common" - _ "android/soong/genrule" - _ "android/soong/java" ) func main() { |