summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-24 22:20:52 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-24 22:20:52 +0000
commit17d5d891249cb15ac4dc87a4ee088cae2864789e (patch)
tree05b4c36422c92c3875085bf118423da92e198bbc /android/variable.go
parent39bebd1002c80d206fbd696956e46595a3d0b5f2 (diff)
parent3f84f6ea6f522efc23945598ad5bb71eecd59bc1 (diff)
Merge "Define VendorApiLevelPropOverride for GRF prop" into main
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go
index 34a3d3041..c35294200 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -241,7 +241,8 @@ type ProductVariables struct {
DeviceMaxPageSizeSupported *string `json:",omitempty"`
DeviceNoBionicPageSizeMacro *bool `json:",omitempty"`
- VendorApiLevel *string `json:",omitempty"`
+ VendorApiLevel *string `json:",omitempty"`
+ VendorApiLevelPropOverride *string `json:",omitempty"`
DeviceSecondaryArch *string `json:",omitempty"`
DeviceSecondaryArchVariant *string `json:",omitempty"`