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