Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tor Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Android Libs
Tor Android
Commits
246fb864
Unverified
Commit
246fb864
authored
Jul 7, 2020
by
n8 fr8
Browse files
Options
Downloads
Patches
Plain Diff
update build script to add 64 bit builds
also remove "android update" deprecated
parent
8eeaf2b3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tor-droid-make.sh
+7
-1
7 additions, 1 deletion
tor-droid-make.sh
with
7 additions
and
1 deletion
tor-droid-make.sh
+
7
−
1
View file @
246fb864
...
...
@@ -35,15 +35,21 @@ build_external_dependencies()
check_android_dependencies
APP_ABI
=
armeabi make
-C
external clean
APP_ABI
=
armeabi make
-C
external
APP_ABI
=
arm64
NDK_PLATFORM_LEVEL
=
21
NDK_BIT
=
64 make
-C
external clean
APP_ABI
=
arm64
NDK_PLATFORM_LEVEL
=
21
NDK_BIT
=
64 make
-C
external
APP_ABI
=
x86 make
-C
external clean
APP_ABI
=
x86 make
-C
external
APP_ABI
=
x86_64
NDK_PLATFORM_LEVEL
=
21
NDK_BIT
=
64 make
-C
external clean
APP_ABI
=
x86_64
NDK_PLATFORM_LEVEL
=
21
NDK_BIT
=
64 make
-C
external
}
build_app
()
{
echo
"Building tor-android"
build_external_dependencies
$ANDROID_HOME
/tools/android update project
--name
$2
--target
$3
--path
./tor-android-binary/src/main/
##android update no longer used
##$ANDROID_HOME/tools/android update project --name $2 --target $3 --path ./tor-android-binary/src/main/
if
[
-z
$1
]
||
[
$1
=
'debug'
]
;
then
./gradlew assembleDebug
...
...
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