Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 162 type ModuleConfig struct { struct 163 Name string 164 DexLocation string // dex location on device 165 BuildPath android.OutputPath 166 DexPath android.Path 167 ManifestPath android.OptionalPath 168 UncompressedDex bool 169 HasApkLibraries bool 170 PreoptFlags []string 172 ProfileClassListing android.OptionalPath [all …]
|
D | dexpreopt.go | 55 …global *GlobalConfig, module *ModuleConfig, productPackages android.Path, copyApexSystemServerJarD… 109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 135 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 176 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 233 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int, 514 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 543 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,
|