Lines Matching defs:BaseProperties
102 type BaseProperties struct { struct
103 AndroidMkRlibs []string `blueprint:"mutated"`
104 AndroidMkDylibs []string `blueprint:"mutated"`
105 AndroidMkProcMacroLibs []string `blueprint:"mutated"`
106 AndroidMkStaticLibs []string `blueprint:"mutated"`
107 AndroidMkHeaderLibs []string `blueprint:"mutated"`
109 ImageVariation string `blueprint:"mutated"`
110 VndkVersion string `blueprint:"mutated"`
111 SubName string `blueprint:"mutated"`
116 RustSubName string `blueprint:"mutated"`
119 ProductVariantNeeded bool `blueprint:"mutated"`
120 VendorVariantNeeded bool `blueprint:"mutated"`
121 CoreVariantNeeded bool `blueprint:"mutated"`
122 VendorRamdiskVariantNeeded bool `blueprint:"mutated"`
123 RamdiskVariantNeeded bool `blueprint:"mutated"`
124 RecoveryVariantNeeded bool `blueprint:"mutated"`
125 ExtraVariants []string `blueprint:"mutated"`
129 Bootstrap *bool
132 SnapshotSharedLibs []string `blueprint:"mutated"`
133 SnapshotStaticLibs []string `blueprint:"mutated"`
134 SnapshotRlibs []string `blueprint:"mutated"`
135 SnapshotDylibs []string `blueprint:"mutated"`
142 Ramdisk_available *bool
149 Vendor_ramdisk_available *bool
156 Exclude_from_vendor_snapshot *bool
163 Exclude_from_recovery_snapshot *bool
166 Recovery_available *bool
180 Sdk_version *string
189 Min_sdk_version *string
192 IsSdkVariant bool `blueprint:"mutated"`
196 AlwaysSdk bool `blueprint:"mutated"`
198 HideFromMake bool `blueprint:"mutated"`
199 PreventInstall bool `blueprint:"mutated"`
201 Installable *bool