Home
last modified time | relevance | path

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

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