summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-08-28 04:26:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-08-28 04:26:49 +0000
commit10a3873a80a43b7afcf3d4bef5457dbd05dfc38c (patch)
treea0299d155b0f11ee77663dd20743f357c07e9b99 /android/variable.go
parentb0e99edab15d059859b4d987c22fb6e500529476 (diff)
parent219141c6bbd234501555e20e8e22f310199bf54c (diff)
Merge "Introduce BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES"
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/android/variable.go b/android/variable.go
index 1f21f3498..53f081e8c 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -166,13 +166,14 @@ type productVariables struct {
Platform_min_supported_target_sdk_version *string `json:",omitempty"`
Platform_base_os *string `json:",omitempty"`
- DeviceName *string `json:",omitempty"`
- DeviceArch *string `json:",omitempty"`
- DeviceArchVariant *string `json:",omitempty"`
- DeviceCpuVariant *string `json:",omitempty"`
- DeviceAbi []string `json:",omitempty"`
- DeviceVndkVersion *string `json:",omitempty"`
- DeviceSystemSdkVersions []string `json:",omitempty"`
+ DeviceName *string `json:",omitempty"`
+ DeviceArch *string `json:",omitempty"`
+ DeviceArchVariant *string `json:",omitempty"`
+ DeviceCpuVariant *string `json:",omitempty"`
+ DeviceAbi []string `json:",omitempty"`
+ DeviceVndkVersion *string `json:",omitempty"`
+ DeviceCurrentApiLevelForVendorModules *string `json:",omitempty"`
+ DeviceSystemSdkVersions []string `json:",omitempty"`
DeviceSecondaryArch *string `json:",omitempty"`
DeviceSecondaryArchVariant *string `json:",omitempty"`