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

Commit 7143ba85 authored by Dario Freni's avatar Dario Freni Committed by Automerger Merge Worker
Browse files

Merge "Add MODULE_BUILD_FROM_SOURCE env variable." into sc-dev am: 14abe199

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

Change-Id: I71694eeebcbd0218707efbb3a2307606df41556f
parents bec8065a 14abe199
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -62,3 +62,7 @@ endif
ifdef APEX_BUILD_FOR_PRE_S_DEVICES
ifdef APEX_BUILD_FOR_PRE_S_DEVICES
$(call add_soong_config_var_value,ANDROID,library_linking_strategy,prefer_static)
$(call add_soong_config_var_value,ANDROID,library_linking_strategy,prefer_static)
endif
endif

ifdef MODULE_BUILD_FROM_SOURCE
$(call add_soong_config_var_value,ANDROID,module_build_from_source,true)
endif