aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2022-06-09 21:25:26 +0000
committerPaul Duffin <paulduffin@google.com>2022-06-11 12:24:38 +0000
commit70a11a34c022d77ca113479858b802c7f878a307 (patch)
treedaca400bc077db19f9145604bda829e9600a5822
parent9a5e3d53a8b9bd40917fa7ab28eab80753a62c1f (diff)
downloadbuild-70a11a34c022d77ca113479858b802c7f878a307.tar.gz
Add bluetooth and uwb to the optional modules list
Bug: 233965247 Test: m nothing Change-Id: I9618844499d6f1da4d5e9b5b31bfaca86c4de980
-rw-r--r--core/android_soong_config_vars.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 5b49749b35..41310de9d4 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -125,6 +125,8 @@ $(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE))
# are controlled by the MODULE_BUILD_FROM_SOURCE environment variable by
# default.
INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
+ bluetooth \
+ uwb \
wifi \
$(foreach m, $(INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES),\