Searched refs:VndkVersion (Results 1 – 14 of 14) sorted by relevance
59 if ctx.DeviceConfig().VndkVersion() == "" {95 if ctx.DeviceConfig().VndkVersion() == "" {101 vndkVersion := ctx.DeviceConfig().VndkVersion()
165 vndkVersion := ctx.DeviceConfig().VndkVersion()244 if ctx.DeviceConfig().VndkVersion() == "" {
428 boardVndkVersion := mctx.DeviceConfig().VndkVersion()692 m.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)697 vndkVersion := ctx.DeviceConfig().VndkVersion()698 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {704 m.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)
104 if ctx.DeviceConfig().VndkVersion() != "current" &&
125 return ctx.DeviceConfig().VndkVersion() == "current"167 vndkVersion := cfg.VndkVersion()172 return cfg.VndkVersion()186 return VendorVariationPrefix + cfg.VndkVersion()497 if p.version() != ctx.DeviceConfig().VndkVersion() {
242 VndkVersion() string methodSpec
145 vndkVersion := ctx.Module().(*Module).VndkVersion()
44 VndkVersion() string methodSpec113 entries.SetString("LOCAL_SOONG_VNDK_VERSION", c.VndkVersion())
99 ctx.Strict("BOARD_VNDK_VERSION", ctx.DeviceConfig().VndkVersion())
812 vndkVer := ctx.Module().(*Module).VndkVersion()1397 vndkVersion = ctx.Module().(*Module).VndkVersion()
191 m.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)195 vndkVersion := ctx.DeviceConfig().VndkVersion()196 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
75 VndkVersion string `blueprint:"mutated"` member271 return mod.Properties.VndkVersion != ""477 func (mod *Module) VndkVersion() string { func478 return mod.Properties.VndkVersion
76 vndkVersion := m.VndkVersion()
640 if deviceConfig.VndkVersion() != "" {643 vndkVersion = deviceConfig.VndkVersion()