diff options
author | Colin Cross <ccross@android.com> | 2021-03-23 17:07:14 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2021-03-25 11:06:45 -0700 |
commit | 5bedfa2d45fe1186485ada0729cac0a86bccfb4e (patch) | |
tree | cdb555b28be4d6098d6c24d23cef4224c8966908 /java/java_test.go | |
parent | ce3a51dc96fe82fabc3877fe927214c72cff0119 (diff) |
Simplify lint rules using improved RuleBuilder rsp support
With the improved RuleBuilder rsp support a manual resources.list
file is not necessary, use FlagWithRspFileInputList instead.
The switch to RBE support in RuleBuilder in
Iab4e09d961891ef182643583d4d456e413bc5e39 obsoleted tracking remoteInputs
and remoteRSPInputs, remove them.
writeLintProjectXML was written to allow it to be applied to a separate
rule than the one that ran lint, but it is not used that way. Using
the same rule for both means that manual tracking of the input
dependencies described by the project.xml rule but read by the lint
rule is not necessary, just treat them as inputs to the single rule.
Test: m lint-check
Test: m USE_RBE=true RBE_LINT=true RBE_LINT_EXEC_STRATEGY=remote lint-check
Change-Id: If1827b9dede3ebcd0792b6b4b8114d3199f6570b
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions