Bug 1168611: Disable debug for userdebug variant builds.

This commit is contained in:
Wander Lairson Costa 2015-05-26 19:10:56 -03:00
parent da42d5210e
commit 8aa8c86c09
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ task:
build-aries-lightsaber-nightly-debug: /home/worker/workspace
env:
VARIANT: userdebug
B2G_DEBUG: 1
B2G_DEBUG: 0

View File

@ -15,4 +15,4 @@ task:
build-flame-kk-nightly-debug: /home/worker/workspace
env:
VARIANT: userdebug
B2G_DEBUG: 1
B2G_DEBUG: 0