Stop module types being SdkAware
Removes all usages of SdkBase and InitSdkAwareModule. Bug: 260237150 Test: m nothing Change-Id: I07db8afc805eadbeb5b23f2e1d2f51567eecfab0
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -818,7 +818,6 @@ type BazelHandler interface {
|
||||
type Module struct {
|
||||
fuzz.FuzzModule
|
||||
|
||||
android.SdkBase
|
||||
android.BazelModuleBase
|
||||
|
||||
VendorProperties VendorProperties
|
||||
@@ -1199,7 +1198,6 @@ func (c *Module) Init() android.Module {
|
||||
android.InitBazelModule(c)
|
||||
}
|
||||
android.InitApexModule(c)
|
||||
android.InitSdkAwareModule(c)
|
||||
android.InitDefaultableModule(c)
|
||||
|
||||
return c
|
||||
|
Reference in New Issue
Block a user