Remove an extraneous space character. am: 05206118dc

am: e293641152

Change-Id: If36f69d1f0b7d7a019c03ee1764a2912e094ffb4
This commit is contained in:
Ryan Prichard
2018-03-27 07:39:27 +00:00
committed by android-build-merger

View File

@@ -503,7 +503,7 @@ func (ctx *moduleContextImpl) sdkVersion() string {
if ctx.ctx.Device() {
if ctx.useVndk() {
vndk_ver := ctx.ctx.DeviceConfig().VndkVersion()
if vndk_ver == "current" {
if vndk_ver == "current" {
platform_vndk_ver := ctx.ctx.DeviceConfig().PlatformVndkVersion()
if inList(platform_vndk_ver, ctx.ctx.Config().PlatformVersionCombinedCodenames()) {
return "current"