Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b48f55ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 013e72c8 780a0cfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	}