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

Commit 09b35d2f authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

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

Merge commit '89b73a75'

* commit '89b73a75':
  Handle native library deletion in scanPackage
parents 733e79c2 89b73a75
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() {