Fixing static shared lib on external storage error msg

Change-Id: Id5a4bb5b2441eb50309481b2ac2e973f62da1f38
This commit is contained in:
Patrick Baumann
2023-01-11 00:00:08 +00:00
parent cda60c2403
commit 056001bdd2

View File

@@ -1107,7 +1107,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.");
}
}