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 --- apex/apex_singleton.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'apex/apex_singleton.go') diff --git a/apex/apex_singleton.go b/apex/apex_singleton.go index 263e0a52c..a8bd984b2 100644 --- a/apex/apex_singleton.go +++ b/apex/apex_singleton.go @@ -175,8 +175,5 @@ func (a *apexPrebuiltInfo) GenerateBuildActions(ctx android.SingletonContext) { } a.out = android.PathForOutput(ctx, "prebuilt_info.json") android.WriteFileRule(ctx, a.out, string(j)) -} - -func (a *apexPrebuiltInfo) MakeVars(ctx android.MakeVarsContext) { ctx.DistForGoal("droidcore", a.out) } -- cgit v1.2.3-59-g8ed1b