summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-04-23 18:45:51 +0000
committerSpandan Das <spandandas@google.com>2024-04-24 21:15:27 +0000
commitd3e3da35d257b325d195bdc99b6b5db5c4634c37 (patch)
tree1f97f4b1df4c2e37832d797999d9869a124e7174
parente337c94fc7245e60ce09815faedd59b26406f160 (diff)
downloadart-d3e3da35d257b325d195bdc99b6b5db5c4634c37.tar.gz
Update tracking bug to remove art source_build defaults modules
With https://r.android.com/3045792, we no longer need to maintain these defaults module to conditionally enable the soong modules of art/ Test: N/A Bug: 335854415 Change-Id: I4886aa13ba5938c8fef00f723f36f5e5097ee614
-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",
}