summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2018-01-23 18:38:16 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-23 18:38:16 +0000
commitee33e88111412d9e644509c6b71ea9407b1fc02e (patch)
tree8c6ed9ab0f5771b393f236509e05df0adccfef41 /android/variable.go
parentaef07f23514f9029a6476af6d2750dfbb2fd1945 (diff)
parentd89f6621aef6bc0cfa0d0501142d06cca5d50176 (diff)
Merge "Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS"
am: d89f6621ae Change-Id: I1e5f9cca5412ad95c8d0e74a539408a5ea47258b
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"`