Merge "Install dexpreopt artifacts of SpeedApps in system_other" into main

This commit is contained in:
Treehugger Robot
2024-07-03 16:13:34 +00:00
committed by Gerrit Code Review

View File

@@ -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
}