Home
last modified time | relevance | path

Searched refs:odexOnSystemOther (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddexpreopt.go121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool { func
Djava.go476 …if !dexpreopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, dexpreopter.insta…
/build/soong/dexpreopt/
Ddexpreopt.go228 if odexOnSystemOther(module, global) {
496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { func