diff options
| author | 2018-01-23 18:47:27 +0000 | |
|---|---|---|
| committer | 2018-01-23 18:47:27 +0000 | |
| commit | a64cc46798100050da4015b59d3b12d77dc10f42 (patch) | |
| tree | 8c6ed9ab0f5771b393f236509e05df0adccfef41 /android/variable.go | |
| parent | e2b6f7bad2f965302242584a76d22073e21741bb (diff) | |
| parent | ee33e88111412d9e644509c6b71ea9407b1fc02e (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.go | 16 |
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"` |