Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dgenrule.go59 if ctx.DeviceConfig().VndkVersion() == "" {
95 if ctx.DeviceConfig().VndkVersion() == "" {
101 vndkVersion := ctx.DeviceConfig().VndkVersion()
H A 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)
H A Dvndk_prebuilt.go165 vndkVersion := ctx.DeviceConfig().VndkVersion()
244 if ctx.DeviceConfig().VndkVersion() == "" {
H A 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() {
H A Dvndk.go369 if mctx.DeviceConfig().VndkVersion() == "" {
377 useCoreVariant := m.VndkVersion() == mctx.DeviceConfig().PlatformVndkVersion() &&
612 if m.VndkVersion() == config.PlatformVndkVersion() {
633 if ctx.DeviceConfig().VndkVersion() != "current" {
H A Dsnapshot_utils.go104 if ctx.DeviceConfig().VndkVersion() != "current" &&
H A Dcc.go294 VndkVersion string `blueprint:"mutated"` member
1029 func (c *Module) VndkVersion() string { func
1030 return c.Properties.VndkVersion
1090 return c.Properties.VndkVersion != ""
1368 vndkVer := ctx.mod.VndkVersion()
1598 vndkVersion = ctx.DeviceConfig().VndkVersion()
1604 if c.Properties.VndkVersion != vndkVersion && c.Properties.VndkVersion != "" {
1607 nameSuffix += "." + c.Properties.VndkVersion
2031 if c.InVendor() && c.VndkVersion() == actx.DeviceConfig().VndkVersion() {
H A Dlinkable.go242 VndkVersion() string
H A Dstl.go145 vndkVersion := ctx.Module().(*Module).VndkVersion()
H A Dandroidmk.go44 VndkVersion() string
113 entries.SetString("LOCAL_SOONG_VNDK_VERSION", c.VndkVersion())
H A Dmakevars.go99 ctx.Strict("BOARD_VNDK_VERSION", ctx.DeviceConfig().VndkVersion())
H A Dlibrary.go812 vndkVer := ctx.Module().(*Module).VndkVersion()
1397 vndkVersion = ctx.Module().(*Module).VndkVersion()
/aosp12/build/soong/rust/
H A Dimage.go191 m.Properties.VndkVersion = strings.TrimPrefix(variant, cc.VendorVariationPrefix)
195 vndkVersion := ctx.DeviceConfig().VndkVersion()
196 if vndkVersion != "current" && vndkVersion != "" && vndkVersion != m.Properties.VndkVersion {
H A Drust.go75 VndkVersion string `blueprint:"mutated"` member
271 return mod.Properties.VndkVersion != ""
477 func (mod *Module) VndkVersion() string { func
478 return mod.Properties.VndkVersion
/aosp12/build/soong/apex/
H A Dvndk.go76 vndkVersion := m.VndkVersion()
H A Dapex.go640 if deviceConfig.VndkVersion() != "" {
643 vndkVersion = deviceConfig.VndkVersion()
/aosp12/build/soong/android/
H A Dconfig.go1058 func (c *deviceConfig) VndkVersion() string { func
/aosp12/build/soong/java/
H A Dbase.go568 if ctx.DeviceConfig().VndkVersion() != "" && ctx.Config().EnforceInterPartitionJavaSdkLibrary() {