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

Commit 32c59e9c authored by Patrick Baumann's avatar Patrick Baumann Committed by Android (Google) Code Review
Browse files

Merge "Fixing static shared lib on external storage error msg"

parents 627e2f98 056001bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1146,7 +1146,7 @@ final class InstallPackageHelper {
            if (onExternal) {
                Slog.i(TAG, "Static shared libs can only be installed on internal storage.");
                throw new PrepareFailure(INSTALL_FAILED_INVALID_INSTALL_LOCATION,
                        "Packages declaring static-shared libs cannot be updated");
                        "Static shared libs can only be installed on internal storage.");
            }
        }