Home
last modified time | relevance | path

Searched refs:VndkVersion (Results 1 – 14 of 14) sorted by relevance

/build/soong/cc/
Dgenrule.go59 if ctx.DeviceConfig().VndkVersion() == "" {
95 if ctx.DeviceConfig().VndkVersion() == "" {
101 vndkVersion := ctx.DeviceConfig().VndkVersion()
Dvndk_prebuilt.go165 vndkVersion := ctx.DeviceConfig().VndkVersion()
244 if ctx.DeviceConfig().VndkVersion() == "" {
Dimage.go428 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)
Dsnapshot_utils.go104 if ctx.DeviceConfig().VndkVersion() != "current" &&
Dsnapshot_prebuilt.go125 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() {
Dlinkable.go242 VndkVersion() string methodSpec
Dstl.go145 vndkVersion := ctx.Module().(*Module).VndkVersion()
Dandroidmk.go44 VndkVersion() string methodSpec
113 entries.SetString("LOCAL_SOONG_VNDK_VERSION", c.VndkVersion())
Dmakevars.go99 ctx.Strict("BOARD_VNDK_VERSION", ctx.DeviceConfig().VndkVersion())
Dlibrary.go812 vndkVer := ctx.Module().(*Module).VndkVersion()
1397 vndkVersion = ctx.Module().(*Module).VndkVersion()
/build/soong/rust/
Dimage.go191 m.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)
195 vndkVersion := ctx.DeviceConfig().VndkVersion()
196 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
Drust.go75 VndkVersion string `blueprint:"mutated"` member
271 return mod.Properties.VndkVersion != ""
477 func (mod *Module) VndkVersion() string { func
478 return mod.Properties.VndkVersion
/build/soong/apex/
Dvndk.go76 vndkVersion := m.VndkVersion()
Dapex.go640 if deviceConfig.VndkVersion() != "" {
643 vndkVersion = deviceConfig.VndkVersion()