commit | 36242850fdad11b4e6fbe061ef30f62e7e8c08d8 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jun 23 15:06:31 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Jun 30 21:08:36 2017 +0000 |
tree | a3ca380533afd39e733c658560f87effb1ee0a46 | |
parent | 48173891485a22c9cab0e48f90a3a23be212f44a [diff] [blame] |
Refactor factories Change module factories from returning a blueprint.Module and a list of property structs to returning an android.Module, which holds the list of property structs. Test: build.ninja identical except for Factory: comment lines Change-Id: Ica1d823f009db812c518f271a386fbff39c9766f
diff --git a/cc/coverage.go b/cc/coverage.go index b1c8783..0b4188f 100644 --- a/cc/coverage.go +++ b/cc/coverage.go
@@ -16,6 +16,7 @@ import ( "android/soong/android" + "github.com/google/blueprint" )