Files
build_soong/cc
Jiyong Park fc752ca1ac Let genrule be mutatable by the apex mutator
genrule modules were not mutated by the apex mutator. As a result, a
module that is mutated for an apex have depended on the genrule modules
host_bionic_linker_{asm|flags} that are not mutated for the APEX.

This in turn caused an inconsistency problem because the
host_bionic_linker_* genrules use the dynamic linker that isn't mutated
for APEX as an input, while the outputs of the genrules are used by
modules mutated for APEX. The inconsistency caused b/135008828.

Fixing this issue by correctly let genrule to be mutated by the apex
mutator.

Bug: 135008828
Test: checkout master-art-host
ALLOW_MISSING_DEPENDENCIES=true DIST_DIR=out/dist
./art/tools/dist_linux_bionic.sh -j50 showcommands
com.android.runtime.host
is passing

Change-Id: I92d90400c61d3951f6202d932832d0cb63c95a7d
2019-06-12 13:28:11 +09:00
..
2018-11-19 15:26:14 -08:00
2019-06-03 15:52:40 -07:00
2019-06-11 10:37:56 +09:00
2017-10-19 22:39:32 +09:00
2018-10-09 02:16:58 +00:00
2017-11-17 11:22:04 -08:00
2019-04-02 16:38:55 +00:00
2016-08-01 14:36:22 -07:00
2019-05-30 16:49:42 +00:00
2019-04-11 17:54:48 -07:00
2019-02-13 23:32:51 +00:00
2019-06-03 15:52:40 -07:00