Home
last modified time | relevance | path

Searched defs:ModuleConfig (Results 1 – 3 of 3) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go158 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 …]
Ddexpreopt.go55 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/
Ddexpreopt_gen.go166 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {