Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
The Tor Project
Applications
Tor Browser
Commits
23624ebe
Verified
Commit
23624ebe
authored
2 years ago
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Base Browser's .mozconfigs.
Bug 41684: Fix Android mozconfigs for local dev builds
parent
c13ad2e8
Loading
Loading
1 merge request
!591
Bug 41684: Android improvements for local dev builds
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
browser/config/mozconfigs/base-browser-android
+1
-0
1 addition, 0 deletions
browser/config/mozconfigs/base-browser-android
mozconfig-android-all
+1
-0
1 addition, 0 deletions
mozconfig-android-all
with
2 additions
and
0 deletions
browser/config/mozconfigs/base-browser-android
+
1
−
0
View file @
23624ebe
...
...
@@ -38,6 +38,7 @@ ac_add_options MOZ_TELEMETRY_REPORTING=
if test -n "$LOCAL_DEV_BUILD"; then
# You must use the "default" bogus channel for dev builds
ac_add_options --enable-update-channel=default
ac_add_options --with-base-browser-version=dev-build
else
# We only use beta GeckoView for now, for official builds
ac_add_options --enable-update-channel=beta
...
...
This diff is collapsed.
Click to expand it.
mozconfig-android-all
+
1
−
0
View file @
23624ebe
...
...
@@ -10,6 +10,7 @@ if test -n "$LOCAL_DEV_BUILD"; then
# You must use the "default" bogus channel for dev builds
ac_add_options --enable-update-channel=default
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-base-browser-version=dev-build
else
# We want to have a similar fat .aar versioning as Mozilla and make it clear
# we are on the beta channel for GeckoView
...
...
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