From ce3a51dc96fe82fabc3877fe927214c72cff0119 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 19 Mar 2021 16:22:12 -0700 Subject: Support multiple rsp files in RuleBuilder The lint rule is manually creating a second rsp file because Ninja only supports on per rule. Move the support into RuleBuilder so that it can apply the same rewrites that it does to the primary one. Test: TestRuleBuilder_Build Change-Id: Iec250a2d60e74ccf1b4ad085a960fec6867ea559 --- java/java_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/java_test.go') diff --git a/java/java_test.go b/java/java_test.go index 13b3e2a90..5a130448f 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -628,7 +628,7 @@ prebuilt_stubs_sources { } t.Run("empty/missing directory", func(t *testing.T) { - test(t, "empty-directory", []string{}) + test(t, "empty-directory", nil) }) t.Run("non-empty set of sources", func(t *testing.T) { -- cgit v1.2.3-59-g8ed1b