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

Commit 5b62daa0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add soong config var for library linking strategy"

parents ee7aa090 c8381ba1
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