Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
| /build/soong/dexpreopt/ |
| D | config.go | 167 type ModuleConfig struct { struct 168 Name string 169 DexLocation string // dex location on device 170 BuildPath android.OutputPath 171 DexPath android.Path 172 ManifestPath android.OptionalPath 173 UncompressedDex bool 174 HasApkLibraries bool 175 PreoptFlags []string 177 ProfileClassListing android.OptionalPath [all …]
|
| D | dexpreopt.go | 56 global *GlobalConfig, module *ModuleConfig, productPackages android.Path) ( 110 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 136 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 177 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 234 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int, 504 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 533 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string,
|