From a43fb2565c538de1768e8260168c8fd14df3a447 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 11 Feb 2025 17:02:53 -0800 Subject: Move dists to GenerateAndroidBuildActions So that we're not as make-focused by disting in MakeVarsProviders. Bug: 395184523 Test: Verified ninja files were unchanged (on both m nothing and m nothing dist) Change-Id: I5fd94754d644162b355722fbb1e1fd6f085345b9 --- java/java.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'java/java.go') 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) } } -- cgit v1.2.3-59-g8ed1b