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
0140cb1c
Commit
0140cb1c
authored
11 years ago
by
Michael Vines
Committed by
Gerrit - the friendly Code Review server
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove disable_ftu.patch
Change-Id: I5f49dd9c47928593587cff32c94bd16bed17db33
parent
2672280e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/all/gaia/disable_ftu.patch
+0
-18
0 additions, 18 deletions
patch/all/gaia/disable_ftu.patch
with
0 additions
and
18 deletions
patch/all/gaia/disable_ftu.patch
deleted
100644 → 0
+
0
−
18
View file @
2672280e
diff --git a/Android.mk b/Android.mk
index 82ca524..55f2449 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,6 +25,13 @@
GAIA_MAKE_FLAGS += PRODUCTION=1
B2G_SYSTEM_APPS := 1
endif
+# Disable the First time user experience in engineering builds
+ifneq ($(filter eng, $(TARGET_BUILD_VARIANT)),)
+ifeq ($(FTU),)
+GAIA_MAKE_FLAGS += NOFTU=1
+endif
+endif
+
ifeq ($(B2G_SYSTEM_APPS),1)
GAIA_MAKE_FLAGS += B2G_SYSTEM_APPS=1
GAIA_APP_INSTALL_PARENT := $(TARGET_OUT)/b2g
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