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

Commit 14abe199 authored by Dario Freni's avatar Dario Freni Committed by Android (Google) Code Review
Browse files

Merge "Add MODULE_BUILD_FROM_SOURCE env variable." into sc-dev

parents 1e6044e5 84d3bf7a
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