diff options
| author | 2017-08-31 12:30:37 -0700 | |
|---|---|---|
| committer | 2017-08-31 13:48:52 -0700 | |
| commit | 595a406f883bc421b5f2297c098da29376aede40 (patch) | |
| tree | 1ed36aa19de7f8116dd4ac65d3ff977a9151e208 /android/variable.go | |
| parent | 5c51792926b063945d786cc8a1e407a2ce2159cf (diff) | |
Pass --min-sdk-version to dx
Pass the sdk_version property, the platform sdk version, or 10000
to dx as --min-sdk-version.
Test: m -j checkbuild
Change-Id: I5fae03f44153dc2d6244c33f4c055e746980aefe
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 1ecd9fba3..9dd9d25ba 100644 --- a/android/variable.go +++ b/android/variable.go @@ -108,6 +108,7 @@ type productVariables struct { Make_suffix *string `json:",omitempty"` Platform_sdk_version *int `json:",omitempty"` + Platform_sdk_final *bool `json:",omitempty"` Platform_version_active_codenames []string `json:",omitempty"` Platform_version_future_codenames []string `json:",omitempty"` |