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

Check for xulrunner-sdk project after applying patch tree

Change-Id: I2f1ded431a11e63c302672f9dbd6acaf7d4353c0
parent efb52414
No related branches found
No related tags found
No related merge requests found
......@@ -235,11 +235,6 @@ __patch_tree()
export JAVA_HOME=$(gettop)/device/qcom/b2g_common/faketools/jdk
export ANDROID_JAVA_HOME=${JAVA_HOME}
# Use a local Xulrunner SDK copy instead of downloading
if [[ -d gaia/xulrunner-sdk/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
fi
flash()
{
( cd $(gettop)/device/qcom/b2g_common && ./flash.sh $@ )
......@@ -264,3 +259,9 @@ else
*) [[ -z "$PS1" ]] && __patch_tree || echo Error: Unknown command: $1
esac
fi
# Use a local Xulrunner SDK copy instead of downloading
if [[ -d gaia/xulrunner-sdk/.git ]]; then
export USE_LOCAL_XULRUNNER_SDK=1
fi
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