Skip to content
GitLab
Menu
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
d66abd6c
Commit
d66abd6c
authored
Nov 16, 2018
by
sisbell
Committed by
Georg Koppen
Nov 20, 2018
Browse files
Bug 28483: Modify Android Toolchain API Version
parent
836a8b56
Changes
1
Show whitespace changes
Inline
Side-by-side
projects/android-toolchain/build
View file @
d66abd6c
...
@@ -17,7 +17,8 @@ unzip -qq [% c("input_files_by_name/gradle_bin") %] -d $GRADLE_HOME
...
@@ -17,7 +17,8 @@ unzip -qq [% c("input_files_by_name/gradle_bin") %] -d $GRADLE_HOME
cd
$
NDK_HOME
cd
$
NDK_HOME
mv
android
-
ndk
-
r15c
/*
.
mv
android
-
ndk
-
r15c
/*
.
rm
-
fR
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
# Tool Archives
cd
$
SDK_HOME
cd
$
SDK_HOME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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