fix typo in AARImport prebuilt type assertion
This looks like it may have been a typo'd copy paste or maybe a name change that got forgotten about. Test: CI Change-Id: I9f5c17f8e2d11b9cf6cd0da4685d719cdbbdcc11
This commit is contained in:
parent
6f84b7763e
commit
af8bb7008a
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ func (g *AARImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
|
|||
return nil
|
||||
}
|
||||
|
||||
var _ android.PrebuiltInterface = (*Import)(nil)
|
||||
var _ android.PrebuiltInterface = (*AARImport)(nil)
|
||||
|
||||
// android_library_import imports an `.aar` file into the build graph as if it was built with android_library.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue