diff options
author | 2025-02-11 17:02:53 -0800 | |
---|---|---|
committer | 2025-02-12 12:32:01 -0800 | |
commit | a43fb2565c538de1768e8260168c8fd14df3a447 (patch) | |
tree | c05a7f0bfb34112bed1d75c5a7c6607b02b15420 /apex/apex_singleton.go | |
parent | dc170e72fad31a5cef8e3427773d7f9d323c03f9 (diff) |
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
Diffstat (limited to 'apex/apex_singleton.go')
-rw-r--r-- | apex/apex_singleton.go | 3 |
1 files changed, 0 insertions, 3 deletions
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) } |