Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
9b0b7b51
Commit
9b0b7b51
authored
Dec 16, 2018
by
sisbell
Committed by
Georg Koppen
Dec 19, 2018
Browse files
Bug 28752: Don't download tor-android-binary resources during build
parent
361f30cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/firefox/build
View file @
9b0b7b51
...
...
@@ -99,9 +99,14 @@ mv -f $rootdir/[% c('input_files_by_name/mozconfig') %] .mozconfig
[
%
IF
c
(
"var/android"
)
%
]
export
GRADLE_MAVEN_REPOSITORIES
=
"file:///var/tmp/gradle-dependencies"
gradle_repo
=/
var
/
tmp
/
gradle
-
dependencies
# Move Gradle Repo to hard-coded location. This location is embedded in the file
# chrome/toolkit/content/global/buildconfig.html so needs to be standard for reproducibility
mv
$
rootdir
/
[
%
c
(
'input_files_by_name/gradle-dependencies'
)
%
]
/
var
/
tmp
/
gradle
-
dependencies
mv
$
rootdir
/
[
%
c
(
'input_files_by_name/gradle-dependencies'
)
%
]
$
gradle_repo
# The download script assumes the artifact package name is the complete URL path.
# In some cases this is incorrect, so copy those artifacts to the correct location
cp
-
r
$
gradle_repo
/
guardianproject
/
gpmaven
/
master
/*
$
gradle_repo
# Move orbot files so they will be included in the apk during the build
cp
$
rootdir
/
[
%
c
(
'input_files_by_name/orbot'
)
%
]
/*
mobile
/
android
/
app
# Prepare building the multi-locale .apk
mkdir
-
p
/
var
/
tmp
/
dist
/
locales
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment