Lines Matching refs:VndkVersion
231 VndkVersion string `blueprint:"mutated"`
772 func (c *Module) VndkVersion() string {
773 return c.Properties.VndkVersion
849 return c.Properties.VndkVersion != ""
1132 vndkVer := ctx.mod.VndkVersion()
1397 vndkVersion = ctx.DeviceConfig().VndkVersion()
1403 if c.Properties.VndkVersion != vndkVersion {
1406 nameSuffix += "." + c.Properties.VndkVersion
1559 if i, ok := c.linker.(snapshotLibraryInterface); ok && ctx.DeviceConfig().VndkVersion() == "current" {
1766 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
1830 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
3001 boardVndkVersion := mctx.DeviceConfig().VndkVersion()
3151 m.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)
3156 vndkVersion := ctx.DeviceConfig().VndkVersion()
3157 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
3163 m.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)