Home
last modified time | relevance | path

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

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