diff --git a/dexpreopt/dexpreopt.go b/dexpreopt/dexpreopt.go index d44cf7ea3..201515f51 100644 --- a/dexpreopt/dexpreopt.go +++ b/dexpreopt/dexpreopt.go @@ -527,7 +527,7 @@ func OdexOnSystemOtherByName(name string, dexLocation string, global *GlobalConf return false } - if contains(global.SpeedApps, name) || contains(global.SystemServerApps, name) { + if contains(global.SystemServerApps, name) { return false }