aboutsummaryrefslogtreecommitdiff
path: root/cc/image.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-01-07 01:43:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-07 01:43:15 +0000
commit47d186cd4e1c630429068ce8d3e897d843166d5a (patch)
tree826cc1f6928d17afcc83e71b9243bcad62fa8600 /cc/image.go
parent26ab0f1051bfbd0961eb380282625769ff1dbcd5 (diff)
parent8a2600cfc94b89e63e8afd6c13321346a872bc1e (diff)
downloadsoong-47d186cd4e1c630429068ce8d3e897d843166d5a.tar.gz
Merge "Create vndkproduct.libraries.txt"
Diffstat (limited to 'cc/image.go')
-rw-r--r--cc/image.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/image.go b/cc/image.go
index 2873a45de..11ba55c84 100644
--- a/cc/image.go
+++ b/cc/image.go
@@ -67,9 +67,8 @@ const (
)
func (ctx *moduleContext) ProductSpecific() bool {
- //TODO(b/150902910): Replace HasNonSystemVariants() with HasProductVariant()
return ctx.ModuleContext.ProductSpecific() ||
- (ctx.mod.HasNonSystemVariants() && ctx.mod.InProduct())
+ (ctx.mod.HasProductVariant() && ctx.mod.InProduct())
}
func (ctx *moduleContext) SocSpecific() bool {