Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel.go173 type bp2BuildConversionAllowlist struct { struct
175 defaultConfig allowlists.Bp2BuildConfig
179 keepExistingBuildFile map[string]bool
187 moduleAlwaysConvert map[string]bool
191 moduleTypeAlwaysConvert map[string]bool
194 moduleDoNotConvert map[string]bool
198 ccLibraryStaticOnly map[string]bool
202 mixedBuildsDisabled map[string]bool
220 …nAllowlist) SetDefaultConfig(defaultConfig allowlists.Bp2BuildConfig) bp2BuildConversionAllowlist {
232 …list) SetKeepExistingBuildFile(keepExistingBuildFile map[string]bool) bp2BuildConversionAllowlist {
[all …]