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

Commit 89b73a75 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 361a6ad1: Merge "Handle native library deletion in scanPackage" into gingerbread

Merge commit '361a6ad1' into gingerbread-plus-aosp

* commit '361a6ad1':
  Handle native library deletion in scanPackage
parents 2f98a585 361a6ad1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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() {