Merge "Fix host path for dexpreopted system server modules defined in Make."

This commit is contained in:
Ulyana Trafimovich
2020-04-28 08:19:34 +00:00
committed by Gerrit Code Review
2 changed files with 14 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ type DexpreoptProperties struct {
}
}
func init() {
dexpreopt.DexpreoptRunningInSoong = true
}
func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext) bool {
global := dexpreopt.GetGlobalConfig(ctx)