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

Skip to content
Snippets Groups Projects
Commit 4e2c57ab authored by Colin Cross's avatar Colin Cross
Browse files

Pass SANTIIZE_HOST and SANITIZE_TARGET to soong

Change-Id: I80e2e386db3367383454adb1b0785b10e13a4c58
parent a6a62856
Branches
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ $(SOONG_VARIABLES): FORCE ...@@ -42,6 +42,8 @@ $(SOONG_VARIABLES): FORCE
echo ' "Brillo": $(if $(BRILLO),true,false),'; \ echo ' "Brillo": $(if $(BRILLO),true,false),'; \
echo ' "Malloc_not_svelte": $(if $(filter true,$(MALLOC_SVELTE)),false,true),'; \ 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 ' "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 ''; \
echo ' "DeviceName": "$(TARGET_DEVICE)",'; \ echo ' "DeviceName": "$(TARGET_DEVICE)",'; \
echo ' "DeviceArch": "$(TARGET_ARCH)",'; \ echo ' "DeviceArch": "$(TARGET_ARCH)",'; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment