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