summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-06-21 18:16:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-21 18:16:31 +0000
commit79b0eef5a17dd4a0a60fd49d54f8a73e221dca13 (patch)
treed7890edccd58a70f11d16f9074a21b7de8ca8360 /rust/rust.go
parentcd2604b0eb5321a40db2c1ac4bd4a7a6bd52fbae (diff)
parent47e918450f83fc5f2680c0a3f7d6d1209e031e7c (diff)
Merge "Move vendor and product variant generation logic from cc package to android package" into main
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 7cd9df4c7..8a053c184 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -80,6 +80,8 @@ type BaseProperties struct {
RustSubName string `blueprint:"mutated"`
// Set by imageMutator
+ ProductVariantNeeded bool `blueprint:"mutated"`
+ VendorVariantNeeded bool `blueprint:"mutated"`
CoreVariantNeeded bool `blueprint:"mutated"`
VendorRamdiskVariantNeeded bool `blueprint:"mutated"`
RamdiskVariantNeeded bool `blueprint:"mutated"`