Remove an extraneous space character. am: 05206118dc
am: e293641152
Change-Id: If36f69d1f0b7d7a019c03ee1764a2912e094ffb4
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -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"
|
||||
|
Reference in New Issue
Block a user