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

Commit 0b9b7c50 authored by Yusuke Sato's avatar Yusuke Sato Committed by Android (Google) Code Review
Browse files

Merge "Initialize NativeLibraryHelper.Handle with |pkg|"

parents 95a918db 390a2080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7182,7 +7182,7 @@ public class PackageManagerService extends IPackageManager.Stub {
        NativeLibraryHelper.Handle handle = null;
        try {
            handle = NativeLibraryHelper.Handle.create(scanFile);
            handle = NativeLibraryHelper.Handle.create(pkg);
            // TODO(multiArch): This can be null for apps that didn't go through the
            // usual installation process. We can calculate it again, like we
            // do during install time.