Merge "Assert android.ApexModule interface for types having ApexModuleBase"
This commit is contained in:
@@ -547,6 +547,9 @@ func (g *Module) AndroidMk() android.AndroidMkData {
|
||||
}
|
||||
}
|
||||
|
||||
var _ android.ApexModule = (*Module)(nil)
|
||||
|
||||
// Implements android.ApexModule
|
||||
func (g *Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
|
||||
sdkVersion android.ApiLevel) error {
|
||||
// Because generated outputs are checked by client modules(e.g. cc_library, ...)
|
||||
|
Reference in New Issue
Block a user