Lines Matching defs:BaseProperties
64 type BaseProperties struct { struct
65 AndroidMkRlibs []string `blueprint:"mutated"`
66 AndroidMkDylibs []string `blueprint:"mutated"`
67 AndroidMkProcMacroLibs []string `blueprint:"mutated"`
68 AndroidMkSharedLibs []string `blueprint:"mutated"`
69 AndroidMkStaticLibs []string `blueprint:"mutated"`
71 ImageVariationPrefix string `blueprint:"mutated"`
72 VndkVersion string `blueprint:"mutated"`
73 SubName string `blueprint:"mutated"`
78 RustSubName string `blueprint:"mutated"`
81 CoreVariantNeeded bool `blueprint:"mutated"`
82 VendorRamdiskVariantNeeded bool `blueprint:"mutated"`
83 RamdiskVariantNeeded bool `blueprint:"mutated"`
84 RecoveryVariantNeeded bool `blueprint:"mutated"`
85 ExtraVariants []string `blueprint:"mutated"`
89 Bootstrap *bool
92 SnapshotSharedLibs []string `blueprint:"mutated"`
93 SnapshotStaticLibs []string `blueprint:"mutated"`
100 Ramdisk_available *bool
107 Vendor_ramdisk_available *bool
114 Exclude_from_vendor_snapshot *bool
121 Exclude_from_recovery_snapshot *bool
124 Recovery_available *bool
127 Min_sdk_version *string
129 HideFromMake bool `blueprint:"mutated"`
130 PreventInstall bool `blueprint:"mutated"`
132 Installable *bool