From c55e68816a9f62680e9cd620c253ba403d4891e9 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Wed, 9 Oct 2024 20:44:08 +0000 Subject: Import some product definition variables to Soong This change imports PRODUCT_DEVICE and PRODUCT_MODEL to Soong. these products will be used to generate the android_device module. Test: m nothing Bug: 372486444 Change-Id: Ie243d030e8f8515cbcb46cf0d1ad45082c14ceb1 --- android/variable.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index 51a239d3e..f40de7a98 100644 --- a/android/variable.go +++ b/android/variable.go @@ -475,6 +475,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"` -- cgit v1.2.3-59-g8ed1b