diff options
author | Colin Cross <ccross@android.com> | 2020-11-25 10:24:51 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2020-11-25 18:28:58 +0000 |
commit | d03797e48a33a8f03a37a935cabc5c00478faf22 (patch) | |
tree | 5a3d81a059b497fc128c5016396041ecb3cc2ae1 /java/java.go | |
parent | 65d5b7f0e9036191c5ec3de9090a20addf14e1ea (diff) |
Remove hardlink optmization in sbox
The hardlink optimization attempts to save I/O by hardlinking input
files into the sandbox instead of copying them, but it never works on
a Linux build due to nsjail always making out and the source tree into
separate bind-mounted filesystems. If the optimization did work it
would actually cause build failures when it hardlinked the relative
bionic/libc/fs_config_generator.py symlink into the sandbox directory
without the target. Just remove the optimization for now since it
never works.
Test: m checkbuild
Change-Id: I96e8c0c145e7c99958639594edf8a93b69ae90eb
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions