Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go121 type generatorProperties struct { struct
133 Cmd proptools.Configurable[string] `android:"replace_instead_of_append"`
137 Tools []string
140 Tool_files []string `android:"path"`
143 Export_include_dirs []string
146 Srcs proptools.Configurable[[]string] `android:"path,arch_variant"`
151 Device_first_srcs proptools.Configurable[[]string] `android:"path_device_first"`
155 Device_common_srcs proptools.Configurable[[]string] `android:"path_device_common"`
158 Common_os_srcs proptools.Configurable[[]string] `android:"path_common_os"`
161 Exclude_srcs []string `android:"path,arch_variant"`
[all …]