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

Commit 5015273f 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

parents 3ef5ea6b dccd1899
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,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