Merge "Spellcheck" am: 6b7c1dbf88 am: d6068de346

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

Change-Id: I08e02a238d1e47b2e05ccf8a2aac2b5693f68480
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Spandan Das
2022-08-05 22:14:32 +00:00
committed by Automerger Merge Worker

View File

@@ -2701,7 +2701,7 @@ func (o *OverrideApex) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
var _ android.ModuleWithMinSdkVersionCheck = (*apexBundle)(nil)
// Entures that min_sdk_version of the included modules are equal or less than the min_sdk_version
// Ensures that min_sdk_version of the included modules are equal or less than the min_sdk_version
// of this apexBundle.
func (a *apexBundle) CheckMinSdkVersion(ctx android.ModuleContext) {
if a.testApex || a.vndkApex {