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

Commit 8ac4f724 authored by Donald Chai's avatar Donald Chai
Browse files

Fix inadvertent paste in the middle of a comment.

Change-Id: I62f574379dcf51f42ea8d0705e273f931c0a430e
Test: N/A
parent 1f272d89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9495,7 +9495,7 @@ public class PackageManagerService extends IPackageManager.Stub
                    if (expectedCertDigests.length != libCertDigests.length) {
                        throw new PackageManagerException(INSTALL_FAILED_MISSING_SHARED_LIBRARY,
                                "Package " + packageName + " requires differently signed" +
                                        " static sDexLoadReporter.java:45.19hared library; failing!");
                                        " static shared library; failing!");
                    }
                    // Use a predictable order as signature order may vary