Merge "Use name instead of package name"
This commit is contained in:
@@ -10564,7 +10564,7 @@ public class PackageManagerService extends IPackageManager.Stub
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
final PackageSetting staticLibPkgSetting = getPackageSetting(
|
final PackageSetting staticLibPkgSetting = getPackageSetting(
|
||||||
toStaticSharedLibraryPackageName(sharedLibraryInfo.getPackageName(),
|
toStaticSharedLibraryPackageName(sharedLibraryInfo.getName(),
|
||||||
sharedLibraryInfo.getLongVersion()));
|
sharedLibraryInfo.getLongVersion()));
|
||||||
if (staticLibPkgSetting == null) {
|
if (staticLibPkgSetting == null) {
|
||||||
Slog.wtf(TAG, "Shared lib without setting: " + sharedLibraryInfo);
|
Slog.wtf(TAG, "Shared lib without setting: " + sharedLibraryInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user