summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2019-02-11 11:17:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-02-11 11:17:20 +0000
commit174ebcf3c0979a67c9fc45ca70bc34b4a63febda (patch)
treeb7c8ce15db762e5a02f228728998ec3c9e6cbf6a
parentfc4aeea853d28721c73ab59b9d4fcf9effcb4210 (diff)
parent9b76bc8563edecd3c58b996450e2539430def6cc (diff)
Merge "Remove obsolete comment from cmds/installd/otapreopt_chroot.cpp."
-rw-r--r--cmds/installd/otapreopt_chroot.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/installd/otapreopt_chroot.cpp b/cmds/installd/otapreopt_chroot.cpp
index 609ddaf9d7..670abea616 100644
--- a/cmds/installd/otapreopt_chroot.cpp
+++ b/cmds/installd/otapreopt_chroot.cpp
@@ -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();
}