summaryrefslogtreecommitdiffstats
path: root/art_module/art_module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'art_module/art_module.mk')
-rw-r--r--art_module/art_module.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/art_module/art_module.mk b/art_module/art_module.mk
index 4366345..d8074ed 100644
--- a/art_module/art_module.mk
+++ b/art_module/art_module.mk
@@ -20,6 +20,5 @@
# tree.
# TODO(b/174997203): Clean up the art_module_* products when there is a better
# way to switch between prebuilts and sources.
-SOONG_CONFIG_NAMESPACES += art_module
-SOONG_CONFIG_art_module += source_build
-SOONG_CONFIG_art_module_source_build := true
+$(call add_soong_config_namespace,art_module)
+$(call add_soong_config_var_value,art_module,source_build,true)