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

Commit 7328057c authored by Roland Levillain's avatar Roland Levillain Committed by android-build-merger
Browse files

Merge "Remove obsolete comment from cmds/installd/otapreopt_chroot.cpp." am:...

Merge "Remove obsolete comment from cmds/installd/otapreopt_chroot.cpp." am: 174ebcf3 am: 8dd92bbd
am: f3d9500e

Change-Id: I9267a7b1ecbe27872dc4d7b8f70ad37498f2ee9e
parents 03448604 f3d9500e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ static std::vector<apex::ApexFile> ActivateApexPackages() {
    // system/apex/apexd/apexd_main.cpp.
    //
    // Only scan the APEX directory under /system (within the chroot dir).
    // Note that this leaves around the loop devices created and used by
    // libapexd's code, but this is fine, as we expect to reboot soon after.
    apex::scanPackagesDirAndActivate(apex::kApexPackageSystemDir);
    return apex::getActivePackages();
}