summaryrefslogtreecommitdiff
path: root/java/jdeps.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2025-02-20 17:37:33 -0800
committer Cole Faust <colefaust@google.com> 2025-02-20 17:37:33 -0800
commit3fbe080426f7ac5a0d33f8bbfe98b51406e11d7e (patch)
treeece197935e0c943a8a2036886e4fba566a6d9791 /java/jdeps.go
parent9e735e2059264b853c8fd0bdc7ccc034e9a4d886 (diff)
Dist module_bp_java_deps.json in soong-only builds
Fixes: 398038416 Test: Presubmits Change-Id: I50b5bc25bbb1a407c28ad3f12993e916b95a7d43
Diffstat (limited to 'java/jdeps.go')
-rw-r--r--java/jdeps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdeps.go b/java/jdeps.go
index 927c1694d..07f8c4378 100644
--- a/java/jdeps.go
+++ b/java/jdeps.go
@@ -99,7 +99,7 @@ func (j *jdepsGeneratorSingleton) GenerateBuildActions(ctx android.SingletonCont
Rule: android.Touch,
Output: jfpath,
})
- ctx.DistForGoal("general-tests", j.outputPath)
+ ctx.DistForGoals([]string{"general-tests", "dist_files"}, j.outputPath)
}
func createJsonFile(moduleInfos map[string]android.IdeInfo, jfpath android.WritablePath) error {