summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-10 02:02:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-10 02:02:03 +0000
commit1f024d228e8ca00405b0333ceb523c9bd7db6217 (patch)
treee7e36f8f9986ea425382791ada6228ff19f774f2
parentf2f94b716527cdde837a163d719a97a839a4e3c4 (diff)
parent86389873839c9b19f453b76049a1455cc29ca7a5 (diff)
downloadart-1f024d228e8ca00405b0333ceb523c9bd7db6217.tar.gz
Snap for 8167364 from 86389873839c9b19f453b76049a1455cc29ca7a5 to tm-release
Change-Id: If6e408ee0dbed916369f7028ec5136795a35de7d
-rw-r--r--BoardConfigCommon.mk3
-rw-r--r--art_module/art_module.mk3
2 files changed, 2 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index dda4b09..1ff137f 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -27,5 +27,4 @@ TARGET_CPU_SMP := true
# 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)