Change add_soong_config_var_value to soong_config_set am: 7842501522 am: 4515481c59 am: 60753fb8a8 am: 79d3c855cf

Original change: https://android-review.googlesource.com/c/device/generic/art/+/1967006

Change-Id: I2ce6207dd2dad7389b5ab3255aa82dae067b02da
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index dda4b09..1ff137f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -27,5 +27,4 @@
 # tree.
 # TODO(b/174997203): Clean this up when there is a better way to switch between
 # prebuilts and sources.
-$(call add_soong_config_namespace,art_module)
-$(call add_soong_config_var_value,art_module,source_build,true)
+$(call soong_config_set,art_module,source_build,true)
diff --git a/art_module/art_module.mk b/art_module/art_module.mk
index d8074ed..39bda5b 100644
--- a/art_module/art_module.mk
+++ b/art_module/art_module.mk
@@ -20,5 +20,4 @@
 # tree.
 # TODO(b/174997203): Clean up the art_module_* products when there is a better
 # way to switch between prebuilts and sources.
-$(call add_soong_config_namespace,art_module)
-$(call add_soong_config_var_value,art_module,source_build,true)
+$(call soong_config_set,art_module,source_build,true)