Home
last modified time | relevance | path

Searched refs:RuleShim (Results 1 – 4 of 4) sorted by relevance

/build/soong/bp2build/
Dbzl_conversion.go46 type RuleShim struct { struct
59 func CreateRuleShims(moduleTypeFactories map[string]android.ModuleFactory) map[string]RuleShim {
60 ruleShims := map[string]RuleShim{}
62 shim := RuleShim{
83 func generateSoongModuleBzl(bzlLoads map[string]RuleShim) string { argument
Dbzl_conversion_test.go172 ruleShims := map[string]RuleShim{
173 "file1": RuleShim{
177 "file2": RuleShim{
Dconversion_test.go28 files := CreateBazelFiles(map[string]RuleShim{}, map[string]BazelTargets{}, QueryView)
Dconversion.go30 ruleShims map[string]RuleShim, argument