Merge "fix typo in AARImport prebuilt type assertion" am: 28ee99f3c3
am: 77f6fef4ed
am: 0fe2d25263
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2164784 Change-Id: Ie5cbc90d8fb2e16563c152e971913d8b0e393105 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -893,7 +893,7 @@ func (g *AARImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
|
|||||||
return nil
|
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.
|
// android_library_import imports an `.aar` file into the build graph as if it was built with android_library.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user