Files
build_soong/android
Colin Cross d8f2014d3b Fix race condition writing soong.config
soong_build is run twice simultaneously now, once for manifest
generation and once for docs generation.  If one starts writing the
default soong.config file, and the other starts reading it, the reader
can see an empty file and fail.  Write the soong.config file to a
temporary file and the atomically rename it into place.

Bug: 32628314
Test: rm out/soong/soong.config && m -j blah && cat out/soong/soong.config
Change-Id: I8119b11d45093284b24cbc926d81eb9ea4bf2e27
2016-11-03 16:48:37 +00:00
..
2016-10-13 14:52:47 -07:00
2016-10-12 17:24:49 -07:00
2016-10-12 14:30:44 -07:00
2016-08-31 09:48:08 -07:00
2016-09-13 17:37:32 -07:00
2016-10-13 14:52:47 -07:00
2016-08-31 09:48:08 -07:00
2016-05-18 15:37:25 -07:00
2016-11-02 21:19:11 -07:00
2016-10-14 17:07:49 -07:00
2016-10-13 14:52:47 -07:00
2016-10-13 14:23:17 -07:00
2016-09-08 13:50:36 -07:00