Merge "fix typo in AARImport prebuilt type assertion" am: 28ee99f3c3 am: 77f6fef4ed

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2164784

Change-Id: Iad9803c7168a5182329c5038abbb5e922ef78e8e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-07-26 17:46:24 +00:00
committed by Automerger Merge Worker

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