Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 158 type ModuleConfig struct { struct 159 Name string 160 DexLocation string // dex location on device 161 BuildPath android.OutputPath 162 DexPath android.Path 163 ManifestPath android.OptionalPath 164 UncompressedDex bool 165 HasApkLibraries bool 166 PreoptFlags []string 168 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 { 126 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 167 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 219 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, 493 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 522 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 166 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {
|