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
85ab8a4e
Commit
85ab8a4e
authored
12 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
Remove custom GAIA_DOMAIN logic
Change-Id: I2ff633a8d29dd719d0b52a24ea700b3ad6e0c564
parent
41acddf1
No related branches found
Branches containing commit
Tags
AU_LINUX_GECKO_ICS_STRAWBERRY.01.00.01.19.008
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.config
+0
-9
0 additions, 9 deletions
.config
Android.mk
+0
-9
0 additions, 9 deletions
Android.mk
with
0 additions
and
18 deletions
.config
+
0
−
9
View file @
85ab8a4e
...
...
@@ -19,15 +19,6 @@ GAIA_PATH=${ANDROID_BUILD_TOP}/gaia
GECKO_OBJDIR
=${
ANDROID_BUILD_TOP
}/
out
/
target
/
product
/${
DEVICE
}/
obj
/
objdir
-
gecko
# Default GAIA_DOMAIN away from gaiamobile.org to prevent the UI from
# automatically updating itself to an unknown version
#
# TODO: This GAIA_DOMAIN logic is duplicated in Android.mk. Fragile.
: ${
GAIA_DOMAIN
:=
example
.
com
}
# 'export' need to propagate the variable into |flash gaia|
export
GAIA_DOMAIN
__
flash_device
()
{
if
[
"$1"
=
"ext"
];
then
...
...
This diff is collapsed.
Click to expand it.
Android.mk
+
0
−
9
View file @
85ab8a4e
...
...
@@ -26,15 +26,6 @@
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Default GAIA_DOMAIN away from gaiamobile.org to prevent the UI from
# automatically updating itself to an unknown version
#
# TODO: This GAIA_DOMAIN logic is duplicated in .config. Fragile.
GAIA_DOMAIN
?=
example.com
# 'export' need to propagate the variable into the Gaia sub-make
export
GAIA_DOMAIN
LOCAL_PATH
:=
$(
call my-dir
)
FAKETOOLS_DX
:=
$(
abspath
$(
LOCAL_PATH
)
/faketools/dx
)
...
...
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