Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
27a4d2ad
Commit
27a4d2ad
authored
12 years ago
by
Diego Wilson
Committed by
Gerrit - the friendly Code Review server
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vendorsetup.sh
+6
-5
6 additions, 5 deletions
vendorsetup.sh
with
6 additions
and
5 deletions
vendorsetup.sh
+
6
−
5
View file @
27a4d2ad
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment