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

Commit 6a0fa923 authored by Todd Kennedy's avatar Todd Kennedy Committed by Android (Google) Code Review
Browse files

Merge "Use the package name and not the library name" into sc-dev

parents 8257b7b3 73b1e972
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -13224,9 +13224,8 @@ public class PackageManagerService extends IPackageManager.Stub
                if (!sharedLibraryInfo.isStatic()) {
                    continue;
                }
                final PackageSetting staticLibPkgSetting = getPackageSetting(
                        toStaticSharedLibraryPackageName(sharedLibraryInfo.getName(),
                                sharedLibraryInfo.getLongVersion()));
                final PackageSetting staticLibPkgSetting =
                        getPackageSetting(sharedLibraryInfo.getPackageName());
                if (staticLibPkgSetting == null) {
                    Slog.wtf(TAG, "Shared lib without setting: " + sharedLibraryInfo);
                    continue;