diff options
author | 2025-02-12 15:37:44 -0800 | |
---|---|---|
committer | 2025-02-12 15:37:44 -0800 | |
commit | af8c7f85fc003fafb6aaa99cb382c47eda79c7dc (patch) | |
tree | c6b53cf50daa09776e76bd6011846e605ea2eb09 /java/java.go | |
parent | 3a43e39fa226d2631960a14d330b4774c4c6fdf0 (diff) | |
parent | a43fb2565c538de1768e8260168c8fd14df3a447 (diff) |
Merge "Move dists to GenerateAndroidBuildActions" into main
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/java.go b/java/java.go index 91b7cf24b..383fc3ff8 100644 --- a/java/java.go +++ b/java/java.go @@ -1282,13 +1282,6 @@ func (j *Library) createApiXmlFile(ctx android.ModuleContext) { Input: j.implementationAndResourcesJar, Output: j.apiXmlFile, }) - } -} - -var _ android.ModuleMakeVarsProvider = (*Library)(nil) - -func (j *Library) MakeVars(ctx android.MakeVarsModuleContext) { - if j.apiXmlFile != nil { ctx.DistForGoal("dist_files", j.apiXmlFile) } } |