Export some make variables to soong.variables.

Bug: 275472038
Test: CIs
Change-Id: I2e7a07007224364418659453d979e2bee58fe5f9
This commit is contained in:
Wei Li
2023-05-04 08:45:16 -07:00
parent d2704dc746
commit 996830047f

View File

@@ -315,6 +315,10 @@ $(call add_json_list, SourceRootDirs, $(PRODUCT_SOURCE_ROOT_DIRS))
$(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_list, BuildVersionTags, $(BUILD_VERSION_TAGS))
$(call json_end)
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))