summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-10-09 20:33:29 +0000
committer Jihoon Kang <jihoonkang@google.com> 2024-10-09 20:43:54 +0000
commitd490af1b2540bac0f6809bbcf5e8babd942fc15c (patch)
treee658d8dcc1f3e70f050ecea7131e18a1cf930605
parentd76b3f317d53fe741ee1bcf12e9decc5d50ff596 (diff)
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
-rw-r--r--core/soong_config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/soong_config.mk b/core/soong_config.mk
index 690828306c..e67ca639b2 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -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))