Lines Matching refs:VndkVersion
240 VndkVersion string `blueprint:"mutated"`
790 func (c *Module) VndkVersion() string {
791 return c.Properties.VndkVersion
860 return c.Properties.VndkVersion != ""
1143 vndkVer := ctx.mod.VndkVersion()
1422 vndkVersion = ctx.DeviceConfig().VndkVersion()
1428 if c.Properties.VndkVersion != vndkVersion {
1431 nameSuffix += "." + c.Properties.VndkVersion
1584 if i, ok := c.linker.(snapshotLibraryInterface); ok && ctx.DeviceConfig().VndkVersion() == "current" {
1789 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
1849 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
3088 boardVndkVersion := mctx.DeviceConfig().VndkVersion()
3247 m.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)
3252 vndkVersion := ctx.DeviceConfig().VndkVersion()
3253 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
3259 m.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)