Files
build_soong/cc
Kousik Kumar 2976bfd568 Do not add ccWrapper to ccNoDeps rule
The "ccNoDeps" rule was introduced to separate out ".s" compilations
from other ".S" and ".c*" compilations. The ".s" compilation does not
produce a dependency file and does not support running a preprocessor
through it.
However, it does have ".include" directives, that do NOT take a macro,
but still does the equivalent of a "#include". The compilation of ".s"
assembly files also do NOT produce a dependency file.

Because they don't produce a dependency file AND because RBE's input
processor does not yet support finding dependencies for these files, I'm
making this change to not prepend rewrapper for these commands.

Test: Tested by running a build with this change and ensuring the ".s"
compilations aren't being sent to rewrapper.

Change-Id: I60bb14ff92596e4992e9f675bdc199f1440d4327
2020-02-18 08:00:17 -08:00
..
2020-02-13 16:23:12 -08:00
2018-11-19 15:26:14 -08:00
2020-02-07 02:59:24 +09:00
2020-01-22 16:54:18 -08:00
2020-02-10 23:40:50 +00:00
2020-02-13 13:50:34 -05:00
2020-01-31 18:12:41 +00:00
2019-11-12 15:55:03 -08:00
2019-12-09 12:38:34 +09:00
2020-01-22 16:54:18 -08:00
2019-11-13 05:50:27 +00:00
2019-12-18 08:19:10 -08:00
2020-01-22 16:54:18 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2016-08-01 14:36:22 -07:00
2020-02-07 02:59:24 +09:00
2019-09-13 12:18:47 -07:00
2019-12-18 08:19:10 -08:00
2019-11-07 15:27:58 -08:00
2020-02-07 02:58:29 +09:00
2019-11-07 15:27:58 -08:00
2020-02-07 02:59:24 +09:00
2020-02-07 02:59:24 +09:00
2020-02-07 02:58:29 +09:00