Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d490af1b authored by Jihoon Kang's avatar Jihoon Kang
Browse files

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: Id823e60c71d170e99e32a9b8761c13b43960cf41
parent d76b3f31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -316,6 +316,8 @@ $(call add_json_list, AfdoProfiles, $(ALL_AFDO_PROFILES))

$(call add_json_str,  ProductManufacturer, $(PRODUCT_MANUFACTURER))
$(call add_json_str,  ProductBrand,        $(PRODUCT_BRAND))
$(call add_json_str,  ProductDevice,       $(PRODUCT_DEVICE))
$(call add_json_str,  ProductModel,        $(PRODUCT_MODEL))

$(call add_json_str, ReleaseVersion,    $(_RELEASE_VERSION))
$(call add_json_list, ReleaseAconfigValueSets,    $(RELEASE_ACONFIG_VALUE_SETS))