Skip to content
Snippets Groups Projects
Commit 74f14a1d authored by Michael Vines's avatar Michael Vines
Browse files

Propagate B2G_DEBUG environment variable to child processes.

Setting B2G_DEBUG=1 in the host environment before build will
now enable the debug version of Gecko.

Change-Id: I42bddd632ec11c0525bf1cd4aaef0fefdf5bd3d3
parent ad3128b3
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,5 @@ PRODUCT_PROPERTY_OVERRIDES += \
ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
USE_JSMIN = 1
endif
export B2G_DEBUG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment