Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Bitmask Core
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
Android Libs
Bitmask Core
Commits
aa79c9c2
Commit
aa79c9c2
authored
2 years ago
by
Pratik Lagaskar
Browse files
Options
Downloads
Patches
Plain Diff
adapt build_core.sh to vpn-hole
parent
00b59c08
No related branches found
No related tags found
1 merge request
!5
Draft: Integrate vpn-hole
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_core.sh
+10
-6
10 additions, 6 deletions
build_core.sh
with
10 additions
and
6 deletions
build_core.sh
+
10
−
6
View file @
aa79c9c2
...
@@ -104,6 +104,10 @@ patch --directory=obfsvpn --strip=1 < obfsvpn.patch || quit
...
@@ -104,6 +104,10 @@ patch --directory=obfsvpn --strip=1 < obfsvpn.patch || quit
showtitle
"Applying patch to shapeshifter"
showtitle
"Applying patch to shapeshifter"
patch
--directory
=
shapeshifter
--strip
=
1 < shapeshifter.patch
||
quit
patch
--directory
=
shapeshifter
--strip
=
1 < shapeshifter.patch
||
quit
# -------- preparing vpn-hole ---------------
showtitle
"Applying patch to vpn-hole"
patch
--directory
=
vpn-hole
--strip
=
1 < vpn-hole.patch
||
quit
# -------- build core ---------------
# -------- build core ---------------
...
@@ -119,19 +123,19 @@ fi
...
@@ -119,19 +123,19 @@ fi
showtitle
"Building Bitmask core as full aar"
showtitle
"Building Bitmask core as full aar"
gomobile
bind
-target
=
'android'
-o
./lib/bitmaskcore.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android'
-o
./lib/bitmaskcore.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
showtitle
"Building Bitmask web core as full aar including pgpverify"
showtitle
"Building Bitmask web core as full aar including pgpverify"
gomobile
bind
-target
=
'android'
-o
./lib/bitmaskcore_web.aar
-v
org.0xacab/leap/bitmaskcore/pgpverify org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android'
-o
./lib/bitmaskcore_web.aar
-v
org.0xacab/leap/bitmaskcore/pgpverify org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
showtitle
"Building Bitmask core for armv7"
showtitle
"Building Bitmask core for armv7"
gomobile
bind
-target
=
'android/arm'
-o
./lib/bitmaskcore_arm.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android/arm'
-o
./lib/bitmaskcore_arm.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
showtitle
"Building Bitmask core for x86"
showtitle
"Building Bitmask core for x86"
gomobile
bind
-target
=
'android/386'
-o
./lib/bitmaskcore_x86.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android/386'
-o
./lib/bitmaskcore_x86.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
showtitle
"Building Bitmask core for arm64"
showtitle
"Building Bitmask core for arm64"
gomobile
bind
-target
=
'android/arm64'
-o
./lib/bitmaskcore_arm64.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android/arm64'
-o
./lib/bitmaskcore_arm64.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
showtitle
"Building Bitmask core for x86_64"
showtitle
"Building Bitmask core for x86_64"
gomobile
bind
-target
=
'android/amd64'
-o
./lib/bitmaskcore_x86_64.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
gomobile
bind
-target
=
'android/amd64'
-o
./lib/bitmaskcore_x86_64.aar
-v
org.0xacab/leap/bitmaskcore/shapeshifter org.0xacab/leap/bitmaskcore/obfsvpn/client org.0xacab/leap/bitmaskcore/IPtProxy/IPtProxy.go
org.0xacab/leap/vpn-hole
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