Fixing static shared lib on external storage error msg
Change-Id: Id5a4bb5b2441eb50309481b2ac2e973f62da1f38
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user