Lines Matching refs:Properties

120 	return c.Properties.ImageVariation == ProductVariation
125 return c.Properties.ImageVariation == VendorVariation
231 return Bool(m.Properties.Ramdisk_available)
235 return Bool(m.Properties.Vendor_ramdisk_available)
243 return Bool(m.Properties.Recovery_available)
247 return m.Properties.ExtraVersionedImageVariations
251 …m.Properties.ExtraVersionedImageVariations = append(m.Properties.ExtraVersionedImageVariations, ex…
255 m.Properties.RamdiskVariantNeeded = b
259 m.Properties.VendorRamdiskVariantNeeded = b
263 m.Properties.RecoveryVariantNeeded = b
267 m.Properties.CoreVariantNeeded = b
448 return c.Properties.CoreVariantNeeded
452 return c.Properties.RamdiskVariantNeeded
456 return c.Properties.VendorRamdiskVariantNeeded
464 return c.Properties.RecoveryVariantNeeded
468 return c.Properties.ExtraVersionedImageVariations
473 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
474 lib.baseCompiler.Properties.Target.Vendor.Srcs...)
476 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
477 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
479 …lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
480 lib.baseCompiler.Properties.Target.Vendor.Exclude_generated_sources...)
482 if lib.Properties.Target.Vendor.No_stubs {
483 proptools.Clear(&lib.Properties.Stubs)
490 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
491 lib.baseCompiler.Properties.Target.Product.Srcs...)
493 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
494 lib.baseCompiler.Properties.Target.Product.Exclude_srcs...)
496 …lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
497 lib.baseCompiler.Properties.Target.Product.Exclude_generated_sources...)
499 if lib.Properties.Target.Product.No_stubs {
500 proptools.Clear(&lib.Properties.Stubs)
507 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs,
508 lib.baseCompiler.Properties.Target.Recovery.Srcs...)
510 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
511 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
513 …lib.baseCompiler.Properties.Exclude_generated_sources = append(lib.baseCompiler.Properties.Exclude…
514 lib.baseCompiler.Properties.Target.Recovery.Exclude_generated_sources...)
520 …lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, lib.ba…
526 …lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs, lib.ba…
541 c.Properties.ImageVariation = VendorVariation
544 c.Properties.VndkVersion = strings.TrimPrefix(variant, VendorVariationPrefix)
548 c.Properties.ImageVariation = ProductVariation
550 c.Properties.VndkVersion = strings.TrimPrefix(variant, ProductVariationPrefix)