Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel.go218 type Bp2BuildConversionAllowlist struct { struct
220 defaultConfig allowlists.Bp2BuildConfig
224 keepExistingBuildFile map[string]bool
232 moduleAlwaysConvert map[string]bool
236 moduleTypeAlwaysConvert map[string]bool
239 moduleDoNotConvert map[string]bool
255 …nAllowlist) SetDefaultConfig(defaultConfig allowlists.Bp2BuildConfig) Bp2BuildConversionAllowlist {
267 …list) SetKeepExistingBuildFile(keepExistingBuildFile map[string]bool) Bp2BuildConversionAllowlist {
279 …onAllowlist) SetModuleAlwaysConvertList(moduleAlwaysConvert []string) Bp2BuildConversionAllowlist {
291 …ist) SetModuleTypeAlwaysConvertList(moduleTypeAlwaysConvert []string) Bp2BuildConversionAllowlist {
[all …]