aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJag Ghoshal <jagghoshal@google.com>2023-09-25 20:58:25 +0000
committerJag Ghoshal <jagghoshal@google.com>2023-10-11 17:25:06 +0000
commit27ea10920b98a84da3d625f132afdb96c0dae495 (patch)
tree9431c1fe753167e051a92a9c6fb19183c591d10e
parentf414e685883982f86b1ddb7c3445279dc9693e32 (diff)
downloadbuild-27ea10920b98a84da3d625f132afdb96c0dae495.tar.gz
Add mediaprovider to the list of individually toggleable modules.
This is safe since GTS tests already exist to check for mandatory modules, which this module is a part of. Bug:294190883 Change-Id: I3b5853f8e56c2fb9cfe7f492cf0b753819c55213 Ignore-AOSP-First: changes in topics with internal-first/internal-only projects.
-rw-r--r--core/android_soong_config_vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 6bac52b5ee..29238d569b 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -128,6 +128,7 @@ INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
rkpd \
uwb \
wifi \
+ mediaprovider \
$(foreach m, $(INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES),\
$(if $(call soong_config_get,$(m)_module,source_build),,\