Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09da19b9 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Do not override setting of SOONG_CONFIG_<m>_module_source_build am: dccd1899 am: f261c142

parents 0f9241cd f261c142
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -130,7 +130,8 @@ INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
  wifi \

$(foreach m, $(INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES),\
  $(call soong_config_set,$(m)_module,source_build,$(MODULE_BUILD_FROM_SOURCE)))
  $(if $(call soong_config_get,$(m)_module,source_build),,\
    $(call soong_config_set,$(m)_module,source_build,$(MODULE_BUILD_FROM_SOURCE))))

# Apex build mode variables
ifdef APEX_BUILD_FOR_PRE_S_DEVICES