diff options
Diffstat (limited to 'android/sbom.go')
-rw-r--r-- | android/sbom.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/android/sbom.go b/android/sbom.go index f2b9c0ff1..fc61c41dd 100644 --- a/android/sbom.go +++ b/android/sbom.go @@ -84,12 +84,6 @@ func (this *sbomSingleton) GenerateBuildActions(ctx SingletonContext) { Inputs: []Path{this.sbomFile}, Output: PathForPhony(ctx, "sbom"), }) - } -} - -func (this *sbomSingleton) MakeVars(ctx MakeVarsContext) { - // When building SBOM of products - if !ctx.Config().UnbundledBuildApps() { ctx.DistForGoalWithFilename("droid", this.sbomFile, "sbom/sbom.spdx.json") } } |