Lines Matching defs:BaseProperties
70 type BaseProperties struct { struct
71 AndroidMkRlibs []string `blueprint:"mutated"`
72 AndroidMkDylibs []string `blueprint:"mutated"`
73 AndroidMkProcMacroLibs []string `blueprint:"mutated"`
74 AndroidMkStaticLibs []string `blueprint:"mutated"`
75 AndroidMkHeaderLibs []string `blueprint:"mutated"`
77 ImageVariation string `blueprint:"mutated"`
78 VndkVersion string `blueprint:"mutated"`
79 SubName string `blueprint:"mutated"`
84 RustSubName string `blueprint:"mutated"`
87 ProductVariantNeeded bool `blueprint:"mutated"`
88 VendorVariantNeeded bool `blueprint:"mutated"`
89 CoreVariantNeeded bool `blueprint:"mutated"`
90 VendorRamdiskVariantNeeded bool `blueprint:"mutated"`
91 RamdiskVariantNeeded bool `blueprint:"mutated"`
92 RecoveryVariantNeeded bool `blueprint:"mutated"`
93 ExtraVariants []string `blueprint:"mutated"`
97 Bootstrap *bool
100 SnapshotSharedLibs []string `blueprint:"mutated"`
101 SnapshotStaticLibs []string `blueprint:"mutated"`
102 SnapshotRlibs []string `blueprint:"mutated"`
103 SnapshotDylibs []string `blueprint:"mutated"`
110 Ramdisk_available *bool
117 Vendor_ramdisk_available *bool
124 Exclude_from_vendor_snapshot *bool
131 Exclude_from_recovery_snapshot *bool
134 Recovery_available *bool
137 Min_sdk_version *string
139 HideFromMake bool `blueprint:"mutated"`
140 PreventInstall bool `blueprint:"mutated"`
142 Installable *bool