Fix min_sdk_version err msg in apex.
It should suggest adding min_sdk_version to the child module, not the apex one. Test: Manually Change-Id: Ibde94677a966dafd5912e566bb038783f03c20c9
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user