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:
Sam Delmerico 2022-07-25 15:39:32 -04:00
parent 6f84b7763e
commit af8bb7008a

View file

@ -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.
//