Home
last modified time | relevance | path

Searched defs:commonProperties (Results 1 – 2 of 2) sorted by relevance

/build/soong/sysprop/
Dsysprop_library.go33 commonProperties commonProperties member
46 type commonProperties struct { struct
47 Srcs []string
48 Recovery *bool
49 Recovery_available *bool
50 Vendor_available *bool
/build/soong/android/
Dmodule.go207 type commonProperties struct { struct
209 Enabled *bool `android:"arch_variant"`
215 Compile_multilib *string `android:"arch_variant"`
217 Target struct {
226 UseTargetVariants bool `blueprint:"mutated"`
227 Default_multilib string `blueprint:"mutated"`
230 Proprietary *bool
233 Owner *string
238 Vendor *bool
242 Soc_specific *bool
[all …]