Skip to content
Snippets Groups Projects
Commit 0d472da0 authored by Diego Wilson's avatar Diego Wilson Committed by Gerrit - the friendly Code Review server
Browse files

Don't build sources.xml

By setting DISABLE_SOURCES_XML we skip building sources.xml. We don't
want to build it because the generating script is flaky with our
internal manifests.

Change-Id: I88800d5ea16c8c19a023ec9cb007821fb04cf5b9
parent 11132c49
No related branches found
No related tags found
No related merge requests found
......@@ -265,3 +265,5 @@ if [[ -d gaia/xulrunner-sdk/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
fi
# Don't build sources.xml
export DISABLE_SOURCES_XML=true
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