summaryrefslogtreecommitdiff
path: root/dexopt_chroot_setup
AgeCommit message (Expand)Author
2025-01-10Bind-mount the old etc dirs in Pre-reboot Dexopt. Jiakai Zhang
2024-11-19Clean up dexopt_chroot_setup_test. Jiakai Zhang
2024-11-19Skip temporary mount points created by Package Manager. Jiakai Zhang
2024-10-16Don't bind-mount optional partitions if they don't exist. Jiakai Zhang
2024-08-29Support configuring additional partitions for Pre-reboot Dexopt. Jiakai Zhang
2024-08-23Add a fallback to bind-mount external libs elsewhere during Pre-reboot. Jiakai Zhang
2024-08-13Simplify test configs by disabling append-bitness and pushing the whole Martin Stjernholm
2024-08-09Bind-mount /system{,_ext}/lib{,64} during Pre-reboot Dexopt. Jiakai Zhang
2024-07-29Clean up the mounts for Pre-reboot Dexopt on system_server restart. Jiakai Zhang
2024-07-22Skip non-existing second arch tests. Jiakai Zhang
2024-07-18Remove the second arch "libarttools" and "libartservice". Jiakai Zhang
2024-07-11Also bind-mount "/system" when setting up chroot. Jiakai Zhang
2024-07-04Forbid calling init repeatedly. Jiakai Zhang
2024-06-14Retry unmount with MNT_DETACH. Jiakai Zhang
2024-06-14Use C++20 `string{,_view}::{starts,ends}_with()`, part 2. Vladimir Marko
2024-06-12libc++fs is part of libc++ now. Elliott Hughes
2024-06-06Make additional partitions optional. Jiakai Zhang
2024-06-05Make Pre-reboot Dexopt synchronous for OTA. Jiakai Zhang
2024-05-24Only unmap snapshots if we have mapped snapshots. Jiakai Zhang
2024-05-24Add system requirement check. Jiakai Zhang
2024-05-15Fix performance-unnecessary-value-param clang-tidy issues Stefano Cianciulli
2024-05-15Fix bugprone-argument-comment clang-tidy issues Stefano Cianciulli
2024-05-15Fix misc-unused-using-decls clang-tidy issues Stefano Cianciulli
2024-05-14Don't run apexd in teardown if there is no apex. Jiakai Zhang
2024-05-13Clean up source_build Soong config variables. Martin Stjernholm
2024-05-03Add process name suffix for Pre-reboot Dexopt chroot. Jiakai Zhang
2024-04-23Set test ownerships for ART. Martin Stjernholm
2024-04-12Wait for the boot to complete before running dexopt_chroot_setup_test. Jiakai Zhang
2024-04-12Skip dexopt_chroot_setup_test on old platforms. Jiakai Zhang
2024-04-12Fix standalone tests to only link NDK and module exported libraries Martin Stjernholm
2024-04-11Implement dexopt_chroot_setup. Jiakai Zhang
2024-02-06Add service dexopt_chroot_setup and artd_pre_reboot. Jiakai Zhang