summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2018-01-23 18:47:27 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-23 18:47:27 +0000
commita64cc46798100050da4015b59d3b12d77dc10f42 (patch)
tree8c6ed9ab0f5771b393f236509e05df0adccfef41 /android/variable.go
parente2b6f7bad2f965302242584a76d22073e21741bb (diff)
parentee33e88111412d9e644509c6b71ea9407b1fc02e (diff)
Merge "Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS" am: d89f6621ae
am: ee33e88111 Change-Id: I617285c03082a27417815942f51b417f2f51a569
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go16
1 files changed, 9 insertions, 7 deletions
diff --git a/android/variable.go b/android/variable.go
index d58ed6a9f..40fa45e4c 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -115,13 +115,15 @@ type productVariables struct {
Platform_version_active_codenames []string `json:",omitempty"`
Platform_version_future_codenames []string `json:",omitempty"`
Platform_vndk_version *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"`
+ Platform_systemsdk_versions []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"`
DeviceSecondaryArch *string `json:",omitempty"`
DeviceSecondaryArchVariant *string `json:",omitempty"`