Move registration into android package
Mutator registration is tightly coupled with the android package, move all registration from the soong package to the android package. Test: build.ninja identical Change-Id: Ie183d0b52cc7431c9e05b231934d189208ef1efe
This commit is contained in:
@@ -19,7 +19,6 @@ import (
|
||||
|
||||
"github.com/google/blueprint"
|
||||
|
||||
"android/soong"
|
||||
"android/soong/android"
|
||||
)
|
||||
|
||||
@@ -28,7 +27,7 @@ import (
|
||||
//
|
||||
|
||||
func init() {
|
||||
soong.RegisterModuleType("cc_object", objectFactory)
|
||||
android.RegisterModuleType("cc_object", objectFactory)
|
||||
}
|
||||
|
||||
type objectLinker struct {
|
||||
|
Reference in New Issue
Block a user