Skip to content
Snippets Groups Projects
Commit d66abd6c authored by sisbell's avatar sisbell Committed by Georg Koppen
Browse files

Bug 28483: Modify Android Toolchain API Version

parent 836a8b56
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment