am 361a6ad1: Merge "Handle native library deletion in scanPackage" into gingerbread
Merge commit '361a6ad16dedfed871c76e8fa64eb45aa82a0088' into gingerbread-plus-aosp * commit '361a6ad16dedfed871c76e8fa64eb45aa82a0088': Handle native library deletion in scanPackage
This commit is contained in:
@@ -5156,9 +5156,6 @@ class PackageManagerService extends IPackageManager.Stub {
|
|||||||
// we don't consider this to be a failure of the core package deletion
|
// we don't consider this to be a failure of the core package deletion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (libraryPath != null) {
|
|
||||||
NativeLibraryHelper.removeNativeBinariesLI(libraryPath);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean setPermissions() {
|
private boolean setPermissions() {
|
||||||
|
|||||||
Reference in New Issue
Block a user