diff options
| author | 2022-04-25 18:23:58 +0900 | |
|---|---|---|
| committer | 2022-04-27 14:10:52 +0900 | |
| commit | 4f1f3d97cacf4d92df00ff156062d0b65426434a (patch) | |
| tree | dd990a74660dccf84909672b846ee097b48399a4 /android/variable.go | |
| parent | be9b9deef9831c9d872e2fba8939cbaf965622f1 (diff) | |
Add buildinfo_prop module
buildinfo_prop module is a replacement for build/make/tools/buildinfo.sh
so other images like microdroid can refer to build.prop.
For now, buildinfo_prop only supports a few build.prop properties, and
it's only used in microdroid.
Bug: 189164487
Test: build
Change-Id: I120654ca23a68de414df8da2051c6677afbab441
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 077b81097..373891ae4 100644 --- a/android/variable.go +++ b/android/variable.go @@ -199,6 +199,7 @@ type productVariables struct { Platform_preview_sdk_version *string `json:",omitempty"` Platform_min_supported_target_sdk_version *string `json:",omitempty"` Platform_base_os *string `json:",omitempty"` + Platform_version_last_stable *string `json:",omitempty"` DeviceName *string `json:",omitempty"` DeviceProduct *string `json:",omitempty"` |