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

Commit 361a6ad1 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Handle native library deletion in scanPackage" into gingerbread

parents 49ec3dff 70e4210a
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() {