Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 112 type ModuleConfig struct { struct 113 Name string 114 DexLocation string // dex location on device 115 BuildPath android.OutputPath 116 DexPath android.Path 117 ManifestPath android.Path 118 UncompressedDex bool 119 HasApkLibraries bool 120 PreoptFlags []string 122 ProfileClassListing android.OptionalPath [all …]
|
D | dexpreopt.go | 56 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 101 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 126 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 165 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 229 func (m classLoaderContextMap) addLibs(sdkVer int, module *ModuleConfig, libs ...string) { 238 …textMap) addSystemServerLibs(sdkVer int, ctx android.PathContext, module *ModuleConfig, libs ...st… 247 module *ModuleConfig, rule *android.RuleBuilder, archIdx int, profile android.WritablePath, 512 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 541 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { 554 func pathForLibrary(module *ModuleConfig, lib string) *LibraryPath {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 137 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {
|