diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex.go b/apex/apex.go index 090d9c4fe..f90337301 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -736,7 +736,7 @@ func (a *apexBundle) getImageVariationPair(deviceConfig android.DeviceConfig) (s vndkVersion = deviceConfig.VndkVersion() } else if a.ProductSpecific() { prefix = cc.ProductVariationPrefix - vndkVersion = deviceConfig.ProductVndkVersion() + vndkVersion = deviceConfig.PlatformVndkVersion() } } if vndkVersion == "current" { |