diff options
| author | 2020-02-17 00:26:55 -0800 | |
|---|---|---|
| committer | 2020-08-31 12:33:07 +0000 | |
| commit | 65e10fba52d3eccfc44c9d66820909adcb87a2f8 (patch) | |
| tree | e5ed35471f3d764c23100893781a15b4a01f948d /java/sdk_library_test.go | |
| parent | 4807a1b5ec60689e553b225c0cf16ace5873d67d (diff) | |
[DO NOT MERGE] 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.
Bug: b/166182389
Change-Id: I60bb14ff92596e4992e9f675bdc199f1440d4327
Merged-In: I60bb14ff92596e4992e9f675bdc199f1440d4327
Diffstat (limited to 'java/sdk_library_test.go')
0 files changed, 0 insertions, 0 deletions