Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
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
Georg Koppen
tor-browser-build
Commits
d66abd6c
Commit
d66abd6c
authored
6 years ago
by
sisbell
Committed by
Georg Koppen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 28483: Modify Android Toolchain API Version
parent
836a8b56
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/android-toolchain/build
+2
-1
2 additions, 1 deletion
projects/android-toolchain/build
with
2 additions
and
1 deletion
projects/android-toolchain/build
+
2
−
1
View file @
d66abd6c
...
...
@@ -17,7 +17,8 @@ unzip -qq [% c("input_files_by_name/gradle_bin") %] -d $GRADLE_HOME
cd
$
NDK_HOME
mv
android
-
ndk
-
r15c
/*
.
rm
-
fR
android
-
ndk
-
r15c
.
/
build
/
tools
/
make_standalone_toolchain
.
py
--
api
26
--
arch
arm
--
install
-
dir
=
.
/
arm
# API 16 is the minimum we currently support for Tor Browser on Android
.
/
build
/
tools
/
make_standalone_toolchain
.
py
--
api
16
--
arch
arm
--
install
-
dir
=
.
/
arm
# Tool Archives
cd
$
SDK_HOME
...
...
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