Files
build_soong/cc
Nan Zhang e42777a05a Fix the flaky build breakage for droiddoc target.
ExpandSourcesSubDir was calling SourceFileProducer.Srcs(), and then
doing:
moduleSrcs = append(moduleSrcs[:j], moduleSrcs[j+1:]...)
This modifies the backing store of the slice, which may affect the
original data stored in the SourceFileProducer.  Make all Srcs
implementations return slice that points to a copy of the backing
array.

Test: m out/target/common/obj/PACKAGING/checkpublicapi-current-timestamp
Bug: b/76179848 b/76397326
Change-Id: I2432ce196984814daafc5aa9a2746e81de74494c
2018-03-28 05:12:15 +00:00
..
2018-03-26 18:04:47 -07:00
2018-03-26 18:04:47 -07:00
2017-10-19 22:39:32 +09:00
2018-01-02 18:23:43 -08:00
2018-02-22 16:48:35 -08:00
2017-09-18 23:33:25 -07:00
2017-11-17 11:22:04 -08:00
2018-03-26 18:04:47 -07:00
2018-01-05 10:59:33 -08:00
2018-02-22 16:48:35 -08:00
2016-08-01 14:36:22 -07:00
2018-03-26 18:04:47 -07:00
2018-02-20 15:27:45 +00:00
2018-02-21 22:54:18 +00:00
2018-02-22 16:48:35 -08:00
2018-02-16 22:16:29 +09:00