Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 114 type ModuleConfig struct { struct 115 Name string 116 DexLocation string // dex location on device 117 BuildPath android.OutputPath 118 DexPath android.Path 119 ManifestPath android.OptionalPath 120 UncompressedDex bool 121 HasApkLibraries bool 122 PreoptFlags []string 124 ProfileClassListing android.OptionalPath [all …]
|
D | dexpreopt.go | 55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 131 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 172 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 205 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, 467 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {
|