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

Commit f3d9500e 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: 174ebcf3

am: 8dd92bbd

Change-Id: I2f87818a13fae7058b8f4a6da48b4c63f2c091b2
parents c9c83079 8dd92bbd
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();
}