Lines Matching defs:commonProperties
97 type commonProperties struct { struct
98 Name string
99 Deps []string
100 Tags []string
103 Enabled *bool `android:"arch_variant"`
109 Compile_multilib string
112 Proprietary bool
115 CompileHostOrDevice HostOrDevice `blueprint:"mutated"`
118 CompileHostType HostType `blueprint:"mutated"`
121 CompileArch Arch `blueprint:"mutated"`
124 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"`
219 commonProperties commonProperties member