diff options
Diffstat (limited to 'android/sbom.go')
| -rw-r--r-- | android/sbom.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sbom.go b/android/sbom.go index fc61c41dd..322aa2682 100644 --- a/android/sbom.go +++ b/android/sbom.go @@ -77,7 +77,7 @@ func (this *sbomSingleton) GenerateBuildActions(ctx SingletonContext) { }, }) - if !ctx.Config().UnbundledBuildApps() { + if !ctx.Config().HasUnbundledBuildApps() { // When building SBOM of products, phony rule "sbom" is for generating product SBOM in Soong. ctx.Build(pctx, BuildParams{ Rule: blueprint.Phony, |
