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
e67b8c04
Commit
e67b8c04
authored
12 years ago
by
Michael Vines
Browse files
Options
Downloads
Patches
Plain Diff
Use example.com, per RFC2606, for GAIA_DOMAIN when automated Gaia updates are undesired.
Change-Id: I1ba3f35d8276aa12e27b6e9ae50d07289b926407
parent
b6728bff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.config
+1
-1
1 addition, 1 deletion
.config
Android.mk
+1
-1
1 addition, 1 deletion
Android.mk
with
2 additions
and
2 deletions
.config
+
1
−
1
View file @
e67b8c04
...
...
@@ -24,7 +24,7 @@ GECKO_OBJDIR=${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/obj/objdir-gecko
#
# TODO: This GAIA_DOMAIN logic is duplicated in Android.mk. Fragile.
if
[
"${TARGET_BUILD_VARIANT}"
!=
"userdebug"
-
a
"${TARGET_BUILD_VARIANT}"
!=
"user"
];
then
: ${
GAIA_DOMAIN
:=
privategaia
.
tld
}
: ${
GAIA_DOMAIN
:=
example
.
com
}
# 'export' need to propagate the variable into |flash gaia|
export
GAIA_DOMAIN
fi
...
...
This diff is collapsed.
Click to expand it.
Android.mk
+
1
−
1
View file @
e67b8c04
...
...
@@ -32,7 +32,7 @@
#
# TODO: This GAIA_DOMAIN logic is duplicated in .config. Fragile.
ifeq
(,$(filter userdebug user,$(TARGET_BUILD_VARIANT)))
GAIA_DOMAIN
?=
privategaia.tld
GAIA_DOMAIN
?=
example.com
# 'export' need to propagate the variable into the Gaia sub-make
export
GAIA_DOMAIN
endif
...
...
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