Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 108 type ModuleConfig struct { struct 109 Name string 110 DexLocation string // dex location on device 111 BuildPath android.OutputPath 112 DexPath android.Path 113 UncompressedDex bool 114 HasApkLibraries bool 115 PreoptFlags []string 117 ProfileClassListing android.OptionalPath 118 ProfileIsTextListing bool [all …]
|
D | dexpreopt.go | 53 func GenerateStripRule(global GlobalConfig, module ModuleConfig) (rule *android.RuleBuilder, err er… 93 global GlobalConfig, module ModuleConfig) (rule *android.RuleBuilder, err error) { 136 func dexpreoptDisabled(global GlobalConfig, module ModuleConfig) bool { 153 func profileCommand(ctx android.PathContext, global GlobalConfig, module ModuleConfig, 192 func dexpreoptCommand(ctx android.PathContext, global GlobalConfig, module ModuleConfig, rule *andr… 480 func shouldStripDex(module ModuleConfig, global GlobalConfig) bool { 523 func shouldGenerateDM(module ModuleConfig, global GlobalConfig) bool { 552 func odexOnSystemOther(module ModuleConfig, global GlobalConfig) bool { 565 func pathForLibrary(module ModuleConfig, lib string) android.Path {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 116 …writeScripts(ctx android.PathContext, global dexpreopt.GlobalConfig, module dexpreopt.ModuleConfig,
|