Files
build_soong/cc
Colin Cross ee3ea31a24 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
2019-05-17 22:51:00 +00:00
..
2018-11-19 15:26:14 -08:00
2019-05-17 22:51:00 +00:00
2017-10-19 22:39:32 +09:00
2018-10-09 02:16:58 +00:00
2018-10-30 09:55:48 +09:00
2017-11-17 11:22:04 -08:00
2019-05-09 12:29:58 +09:00
2019-04-02 16:38:55 +00:00
2016-08-01 14:36:22 -07:00
2019-05-09 12:29:58 +09:00
2019-04-11 17:54:48 -07:00
2019-02-13 23:32:51 +00:00