summaryrefslogtreecommitdiff
path: root/build/SoongConfig.bp
diff options
context:
space:
mode:
Diffstat (limited to 'build/SoongConfig.bp')
-rw-r--r--build/SoongConfig.bp8
1 files changed, 2 insertions, 6 deletions
diff --git a/build/SoongConfig.bp b/build/SoongConfig.bp
index 0a7e154a57..24347a8219 100644
--- a/build/SoongConfig.bp
+++ b/build/SoongConfig.bp
@@ -1,12 +1,8 @@
// Set up Soong config variables.
// https://android.googlesource.com/platform/build/soong/+/master/README.md#soong-config-variables
-// The source_build variable in the art_module namespace is used to enable the
-// apex, sdk, and module_exports modules that make up the ART Module by calling
-// $(call soong_config_set,art_module,source_build,true) in make. (which is
-// set to the value of the ART_MODULE_BUILD_FROM_SOURCE variable)
-// TODO(b/172480617): Clean up when ART source is no longer in the platform
-// manifest.
+// art/ modules are no longer disabled even when prebuilt art apex and prebuilt module sdk is used.
+// TODO(b/335854415): Remove the defaults module.
soong_config_bool_variable {
name: "source_build",
}