summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2023-09-27 16:22:10 +0900
committer Justin Yun <justinyun@google.com> 2023-09-27 16:36:40 +0900
commitaf1fde43f96196a191db326048cf04d64346877e (patch)
treeabf46eaf50c8ba0ed68f06644cc2f16b1efa814a /android/variable.go
parentc5b9abba309e4bb65e6ae69c60b44d0f4b59e278 (diff)
Generate product variants by default
PRODUCT_PRODUCT_VNDK_VERSION is set to 'current' by default. Now, we can generate product variants without checking the PRODUCT_PRODUCT_VNDK_VERSION build variable. Remove reading the PRODUCT_PRODUCT_VNDK_VERSION variable from soong and generate product variants by default. Bug: 302255959 Test: m Change-Id: I9a9b2076f4367c5ce9a393bbb206f8dee3884bd8
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go
index 44a8fd7f3..003f45cf8 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -418,8 +418,6 @@ type ProductVariables struct {
ProductPublicSepolicyDirs []string `json:",omitempty"`
ProductPrivateSepolicyDirs []string `json:",omitempty"`
- ProductVndkVersion *string `json:",omitempty"`
-
TargetFSConfigGen []string `json:",omitempty"`
EnforceProductPartitionInterface *bool `json:",omitempty"`