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