summaryrefslogtreecommitdiff
path: root/cmds/installd/otapreopt_chroot.cpp
AgeCommit message (Expand)Author
2025-01-23installd: fix build with ToT LLVM Yi Kong
2023-11-01Enlarge the buffer for otapreopt commands. Jiakai Zhang
2023-08-07Use a single otapreopt_chroot invocation for all otapreopt runs. Martin Stjernholm
2023-06-15Also mount /sys/fs/selinux Nikita Ioffe
2023-03-07Try erofs when mounting OTA partitions. Martin Stjernholm
2021-07-06Revert "Move otadexopt-related logic to otapreopt_chroot binary" Nikita Ioffe
2021-06-30Move otadexopt-related logic to otapreopt_chroot binary Nikita Ioffe
2021-04-27Update BCP computation to use derive_classpath Alex Light
2021-04-15Try to mount and compile system_ext apks. Alex Light
2021-04-07Call apexd --unmount-all at the end of otapreopt_chroot run Nikita Ioffe
2021-03-22Use apexd to set up chroot apex dir Alex Light
2021-03-05Generate apex-info-list.xml in the ota chroot Alex Light
2021-03-05Make otapreopt_chroot setup linker Alex Light
2021-03-03Populate ApexFileRepository before activating apexes Nikita Ioffe
2020-12-22Rename android::apex functions Nikita Ioffe
2020-02-18Activate apexes in /system_ext/apex, /vendor/apex Jooyung Han
2020-02-06Convert frameworks/native to Result::ok() Bernie Innocenti
2019-08-29Update identifiers and paths to the new ART APEX. Martin Stjernholm
2019-07-12Check that a Runtime APEX has been activated before running otapreopt. Roland Levillain
2019-07-01Replace StatusOr<T> with Result<T> Mohammad Samiul Islam
2019-06-24Suppress warn_unused_result warning in otapreopt_chroot Nikita Ioffe
2019-03-22OtaPreopt: Add support for logical partitions Andreas Gampe
2019-03-22OtaPreopt: Refactor code Andreas Gampe
2019-03-15Merge "Revert "Have `otapreopt_chroot` bind-mount Bionic artifacts from the R... Treehugger Robot
2019-03-07Revert "Have `otapreopt_chroot` bind-mount Bionic artifacts from the Runtime ... Jiyong Park
2019-02-08Remove obsolete comment from cmds/installd/otapreopt_chroot.cpp. Roland Levillain
2019-02-01Have `otapreopt_chroot` bind-mount Bionic artifacts from the Runtime APEX. Roland Levillain
2019-02-01Refactor the APEX package activation/deactivation logic in `otapreopt_chroot`. Roland Levillain
2019-01-28Restore security context of `/postinstall/apex` earlier in otapreopt_chroot. Roland Levillain
2019-01-22Implement a tear-down phase in otapreopt_chroot. Roland Levillain
2019-01-22Revert^2 "Have `otapreopt_chroot` mount APEX packages in the chroot dir." Roland Levillain
2018-12-17Revert "Have `otapreopt_chroot` mount APEX packages in the chroot dir." Roland Levillain
2018-12-13Have `otapreopt_chroot` mount APEX packages in the chroot dir. Roland Levillain
2018-05-31Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/* Bowgo Tsai
2018-04-13Otadexopt: Attempt to mount product partition Andreas Gampe
2018-01-19Prevent otapreopt_chroot from crashing with no arguments Zach Riggle
2017-04-17Otapreopt: Remove param count checking in otapreopt_chroot Andreas Gampe
2016-12-09Final push of installd to Binder; goodbye socket! Jeff Sharkey
2016-12-06Shuffle installd Binder implementation around. Jeff Sharkey
2016-09-06Otapreopt: Try to mount vendor partition for A/B OTA Andreas Gampe
2016-09-06Otapreopt: Implement new A/B OTA path Andreas Gampe
2016-09-06Otapreopt: Fix after shared-library work Andreas Gampe
2016-03-15Otapreopt: Adapt for actual A/B Andreas Gampe