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

Commit 5301b846 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: Iaf388de4a3c5da83a60f5a71cee5d39d18f6f3fa
parents abeb9ec6 14abe199
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,3 +62,7 @@ endif
ifdef APEX_BUILD_FOR_PRE_S_DEVICES
$(call add_soong_config_var_value,ANDROID,library_linking_strategy,prefer_static)
endif

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