diff options
author | 2024-10-10 01:20:37 +0000 | |
---|---|---|
committer | 2024-10-10 01:20:37 +0000 | |
commit | 4495cfd8ca1cfabcbb5246941c20fcca13eb12a0 (patch) | |
tree | 48a12b6552f7954a6fa88ab0b9093908ddc1ea83 /android/variable.go | |
parent | c6e7a45d0926cb71bb6f0884422c6c77fc5bc073 (diff) | |
parent | 3bb35c7a052b41c8346617893814f7f59b521d15 (diff) |
Import some product definition variables to Soong am: c55e68816a am: 3bb35c7a05
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3302876
Change-Id: I6ae8d39fcea03a8643c3ca04beda57899380cb17
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index ab373b9f0..adc538231 100644 --- a/android/variable.go +++ b/android/variable.go @@ -476,6 +476,8 @@ type ProductVariables struct { ProductManufacturer string `json:",omitempty"` ProductBrand string `json:",omitempty"` + ProductDevice string `json:",omitempty"` + ProductModel string `json:",omitempty"` ReleaseVersion string `json:",omitempty"` ReleaseAconfigValueSets []string `json:",omitempty"` |