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

Commit 119f4537 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add soong config var for library linking strategy" am: 5b62daa0 am:...

Merge "Add soong config var for library linking strategy" am: 5b62daa0 am: 8d9a98e9 am: 01185209

Original change: https://android-review.googlesource.com/c/platform/build/+/1525439

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia9ecfa20a23c89eddd802676b92fd5937c3727dd
parents 31f86aa6 01185209
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,3 +34,8 @@ ifeq (,$(filter art_module,$(SOONG_CONFIG_NAMESPACES)))
  SOONG_CONFIG_art_module += source_build
endif
SOONG_CONFIG_art_module_source_build ?= true

# Apex build mode variables
ifdef APEX_BUILD_FOR_PRE_S_DEVICES
$(call add_soong_config_var_value,ANDROID,library_linking_strategy,prefer_static)
endif