Merge "Use name instead of package name"

This commit is contained in:
Treehugger Robot
2020-11-12 18:00:33 +00:00
committed by Gerrit Code Review

View File

@@ -10564,7 +10564,7 @@ public class PackageManagerService extends IPackageManager.Stub
continue;
}
final PackageSetting staticLibPkgSetting = getPackageSetting(
toStaticSharedLibraryPackageName(sharedLibraryInfo.getPackageName(),
toStaticSharedLibraryPackageName(sharedLibraryInfo.getName(),
sharedLibraryInfo.getLongVersion()));
if (staticLibPkgSetting == null) {
Slog.wtf(TAG, "Shared lib without setting: " + sharedLibraryInfo);