Lines Matching defs:commonProperties

635 type commonProperties struct {  struct
643 Enabled *bool `android:"arch_variant"`
688 Visibility []string
691 Licenses []string
694 Effective_licenses []string `blueprint:"mutated"`
696 Effective_package_name *string `blueprint:"mutated"`
698 Effective_license_text Paths `blueprint:"mutated"`
700 Effective_license_kinds []string `blueprint:"mutated"`
702 Effective_license_conditions []string `blueprint:"mutated"`
708 Compile_multilib *string `android:"arch_variant"`
710 Target struct {
723 UseTargetVariants bool `blueprint:"mutated"`
724 Default_multilib string `blueprint:"mutated"`
727 Proprietary *bool
730 Owner *string
735 Vendor *bool
739 Soc_specific *bool
745 Device_specific *bool
750 Product_specific *bool
754 System_ext_specific *bool
757 Recovery *bool
760 Ramdisk *bool
763 Vendor_ramdisk *bool
766 Debug_ramdisk *bool
769 Native_bridge_supported *bool `android:"arch_variant"`
772 Init_rc []string `android:"arch_variant,path"`
775 Vintf_fragments []string `android:"path"`
778 Required []string `android:"arch_variant"`
781 Host_required []string `android:"arch_variant"`
784 Target_required []string `android:"arch_variant"`
787 Notice *string `android:"path"`
792 CompileOS OsType `blueprint:"mutated"`
797 CompileTarget Target `blueprint:"mutated"`
812 CompileMultiTargets []Target `blueprint:"mutated"`
817 CompilePrimary bool `blueprint:"mutated"`
820 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"`
821 ArchSpecific bool `blueprint:"mutated"`
831 CreateCommonOSVariant bool `blueprint:"mutated"`
837 CommonOSVariant bool `blueprint:"mutated"`
841 HideFromMake bool `blueprint:"mutated"`
846 SkipInstall bool `blueprint:"mutated"`
849 ReplacedByPrebuilt bool `blueprint:"mutated"`
852 ForcedDisabled bool `blueprint:"mutated"`
854 NamespaceExportedToMake bool `blueprint:"mutated"`
856 MissingDeps []string `blueprint:"mutated"`
859 DebugName string `blueprint:"mutated"`
860 DebugMutators []string `blueprint:"mutated"`
861 DebugVariations []string `blueprint:"mutated"`
866 ImageVariation string `blueprint:"mutated"`
1134 commonProperties commonProperties member