Merge "Fix min_sdk_version err msg in apex." am: 8e1c08cda6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1660820 Change-Id: Ibc9bced2c90f3f7a2a1b778da6817dbf7188e2e3
This commit is contained in:
commit
773f5f849d
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ func CheckMinSdkVersion(m UpdatableModule, ctx ModuleContext, minSdkVersion ApiL
|
|||
"Consider adding 'min_sdk_version: %q' to %q",
|
||||
minSdkVersion, ctx.ModuleName(), err.Error(),
|
||||
ctx.GetPathString(false),
|
||||
minSdkVersion, ctx.ModuleName())
|
||||
minSdkVersion, toName)
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue