Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af8bb700 authored by Sam Delmerico's avatar Sam Delmerico
Browse files

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
parent 6f84b776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
//