Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Handle the case where the release value set is a list." into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yliu98 authored and Gerrit Code Review committed Oct 14, 2023
2 parents 7f8c43c + 6ff4110 commit 82ae713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/soong_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ $(call add_json_str, ProductBrand, $(PRODUCT_BRAND))
$(call add_json_list, BuildVersionTags, $(BUILD_VERSION_TAGS))

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

$(call add_json_bool, ReleaseDefaultModuleBuildFromSource, $(RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE))
Expand Down

0 comments on commit 82ae713

Please sign in to comment.