Home
last modified time | relevance | path

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

/build/soong/common/
Dmodule.go97 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"`
[all …]