Merge "Handle native library deletion in scanPackage" into gingerbread

This commit is contained in:
Kenny Root
2010-10-13 14:50:29 -07:00
committed by Android (Google) Code Review

View File

@@ -5156,9 +5156,6 @@ class PackageManagerService extends IPackageManager.Stub {
// we don't consider this to be a failure of the core package deletion
}
}
if (libraryPath != null) {
NativeLibraryHelper.removeNativeBinariesLI(libraryPath);
}
}
private boolean setPermissions() {