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

Commit e164b18c authored by Andreas Gampe's avatar Andreas Gampe
Browse files

OTA Dexopt: Use protocol version 10

In version 10, we no longer assume '&' for shared libraries of system
packages, instead expecting the package manager state to be precise
and correct.

Bug: 115993344
Test: m
Test: OTA tests
Test: manual OTA
Change-Id: I0d7942db14b247a83a506e5d45b44ff3a65ad90e
parent c260c96b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,8 +284,8 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
                    throws InstallerException {
                final StringBuilder builder = new StringBuilder();

                // The current version.
                builder.append("9 ");
                // The current version. For v10, see b/115993344.
                builder.append("10 ");

                builder.append("dexopt");