diff options
| author | 2018-01-23 19:00:09 +0000 | |
|---|---|---|
| committer | 2018-01-23 19:00:09 +0000 | |
| commit | 596229feb424a666aedd676173c47661680eb05e (patch) | |
| tree | 0817bdaadf498d82d1ccd1a2c72efeaecd2f79c5 /android/variable.go | |
| parent | f14ee20a45432094b38ea7a04b96843859ad2273 (diff) | |
| parent | a64cc46798100050da4015b59d3b12d77dc10f42 (diff) | |
Merge "Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS" am: d89f6621ae am: ee33e88111
am: a64cc46798
Change-Id: Ic3ea155a5f5dda891d59da2b9921f3cd5af96ddc
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/android/variable.go b/android/variable.go index baf6de327..3831a29c7 100644 --- a/android/variable.go +++ b/android/variable.go @@ -124,13 +124,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"` |