diff options
| author | 2019-05-17 15:36:46 -0700 | |
|---|---|---|
| committer | 2019-05-17 22:51:00 +0000 | |
| commit | ee3ea31a244d65ecac2e5816132db311dcfe24df (patch) | |
| tree | 3ca6201d4205364466826b3796ccd085a9668a81 /java/java.go | |
| parent | 77c22bf008c81440243d9b73508dfb5b7e555ed8 (diff) | |
Limit calls to strip.sh on darwin
strip.sh can use a file descriptor per .o file when run on .a files,
which can hit the system file descriptor limit on darwin. This
causes failures when manay variants of libgcc_stripped are built
simultaneously. Put all strip rules on darwin into a pool that
limits them to 10 concurrent processes, which will limit the file
descriptor usage to ~7500.
Fixes: 132822437
Test: no mention of darwinStripPool in out/soong/build.ninja on linux
Test: m libgcc_stripped on darwin
Change-Id: I3d4fbbd8d44d2e9059a79df113ab95336ec2c658
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions