diff options
Diffstat (limited to 'java/jdeps.go')
| -rw-r--r-- | java/jdeps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdeps.go b/java/jdeps.go index 56142c89b..c624e13bd 100644 --- a/java/jdeps.go +++ b/java/jdeps.go @@ -100,7 +100,7 @@ func (j *jdepsGeneratorSingleton) GenerateBuildActions(ctx android.SingletonCont Rule: android.Touch, Output: jfpath, }) - ctx.DistForGoals([]string{"general-tests", "dist_files"}, j.outputPath) + ctx.DistForGoals([]string{"general-tests", "dist_files", "module-info"}, j.outputPath) } func createJsonFile(moduleInfos map[string]android.IdeInfo, jfpath android.WritablePath) error { |
