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

Commit 30952490 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Pass SANTIIZE_HOST and SANITIZE_TARGET to soong" am: c9778e33 am:...

Merge "Pass SANTIIZE_HOST and SANITIZE_TARGET to soong" am: c9778e33 am: 02065338 am: 7a0bdb97
am: 03e1df23

* commit '03e1df23':
  Pass SANTIIZE_HOST and SANITIZE_TARGET to soong

Change-Id: I6f45e83656c454307dad4ee9f515a57b9fcbd0c3
parents 0c76694e 03e1df23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ $(SOONG_VARIABLES): FORCE
	echo '    "Brillo": $(if $(BRILLO),true,false),'; \
	echo '    "Malloc_not_svelte": $(if $(filter true,$(MALLOC_SVELTE)),false,true),'; \
	echo '    "Allow_missing_dependencies": $(if $(TARGET_BUILD_APPS)$(filter true,$(SOONG_ALLOW_MISSING_DEPENDENCIES)),true,false),'; \
	echo '    "SanitizeHost": [$(if $(SANITIZE_HOST),"$(subst $(comma),"$(comma)",$(SANITIZE_HOST))")],'; \
	echo '    "SanitizeDevice": [$(if $(SANITIZE_TARGET),"$(subst $(comma),"$(comma)",$(SANITIZE_TARGET))")],'; \
	echo ''; \
	echo '    "DeviceName": "$(TARGET_DEVICE)",'; \
	echo '    "DeviceArch": "$(TARGET_ARCH)",'; \