Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Bitmask Core 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
Bitmask Core Android
Commits
1f39a11a
Commit
1f39a11a
authored
11 months ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
update bitask-core to improve strage API usage and create FFI for DoGeolocationLookup()
parent
1bf21da7
Branches
Branches containing commit
No related tags found
1 merge request
!7
update bitmask-core to use store interface via FFI
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
bitmask-core
+1
-1
1 addition, 1 deletion
bitmask-core
build_core.sh
+6
-6
6 additions, 6 deletions
build_core.sh
build_core_dev.sh
+6
-6
6 additions, 6 deletions
build_core_dev.sh
with
13 additions
and
13 deletions
bitmask-core
@
3555b7a5
Compare
8e2b278d
to
3555b7a5
Subproject commit
8e2b278d5534ea1d71e097bc990f66d74cdbf16d
Subproject commit
3555b7a5a45b76050b9c725ed5a217418568c9d1
This diff is collapsed.
Click to expand it.
build_core.sh
+
6
−
6
View file @
1f39a11a
...
@@ -120,19 +120,19 @@ fi
...
@@ -120,19 +120,19 @@ fi
showtitle
"Building Bitmask Core Android as full aar"
showtitle
"Building Bitmask Core Android as full aar"
gomobile
bind
-x
-target
android
-ldflags
=
"-s -w"
-tags
=
netcgo
-androidapi
=
21
-v
-trimpath
-o
lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go ./bitmask-core/pkg/mobile
gomobile
bind
-x
-target
android
-ldflags
=
"-s -w"
-tags
=
netcgo
-androidapi
=
21
-v
-trimpath
-o
lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android Web as full aar including pgpverify"
showtitle
"Building Bitmask Core Android Web as full aar including pgpverify"
gomobile
bind
-x
-target
=
'android'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_web.aar
-v
./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-x
-target
=
'android'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_web.aar
-v
./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for armv7"
showtitle
"Building Bitmask Core Android for armv7"
gomobile
bind
-target
=
'android/arm'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/arm'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for x86"
showtitle
"Building Bitmask Core Android for x86"
gomobile
bind
-target
=
'android/386'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/386'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for arm64"
showtitle
"Building Bitmask Core Android for arm64"
gomobile
bind
-target
=
'android/arm64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/arm64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for x86_64"
showtitle
"Building Bitmask Core Android for x86_64"
gomobile
bind
-target
=
'android/amd64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86_64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/amd64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86_64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
This diff is collapsed.
Click to expand it.
build_core_dev.sh
+
6
−
6
View file @
1f39a11a
...
@@ -127,21 +127,21 @@ fi
...
@@ -127,21 +127,21 @@ fi
showtitle
"Building Bitmask Core Android as full aar"
showtitle
"Building Bitmask Core Android as full aar"
gomobile
bind
-x
-target
android
-ldflags
=
"-s -w"
-tags
=
netcgo
-androidapi
=
21
-v
-trimpath
-o
lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go ./bitmask-core/pkg/mobile
gomobile
bind
-x
-target
android
-ldflags
=
"-s -w"
-tags
=
netcgo
-androidapi
=
21
-v
-trimpath
-o
lib/bitmaskcore.aar ./obfsvpn/client/ ./motd ./IPtProxy/IPtProxy.go ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android Web as full aar including pgpverify"
showtitle
"Building Bitmask Core Android Web as full aar including pgpverify"
gomobile
bind
-x
-target
=
'android'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_web.aar
-v
./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-x
-target
=
'android'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_web.aar
-v
./pgpverify ./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for armv7"
showtitle
"Building Bitmask Core Android for armv7"
gomobile
bind
-target
=
'android/arm'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/arm'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for x86"
showtitle
"Building Bitmask Core Android for x86"
gomobile
bind
-target
=
'android/386'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/386'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for arm64"
showtitle
"Building Bitmask Core Android for arm64"
gomobile
bind
-target
=
'android/arm64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/arm64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_arm64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
showtitle
"Building Bitmask Core Android for x86_64"
showtitle
"Building Bitmask Core Android for x86_64"
gomobile
bind
-target
=
'android/amd64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86_64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
gomobile
bind
-target
=
'android/amd64'
-ldflags
=
"-s -w"
-androidapi
=
21
-v
-tags
=
netcgo
-trimpath
-o
./lib/bitmaskcore_x86_64.aar
-v
./obfsvpn/client ./IPtProxy/IPtProxy.go ./motd ./bitmask-core/pkg/mobile
./bitmask-core/pkg/mobile/mobilemodels ./bitmask-core/models
if
[[
"bitmask_android"
==
`
pwd
| rev |
cut
-d
/
-f
2 | rev
`
]]
;
then
if
[[
"bitmask_android"
==
`
pwd
| rev |
cut
-d
/
-f
2 | rev
`
]]
;
then
showtitle
"Copying to bitmask_android main repository"
showtitle
"Copying to bitmask_android main repository"
...
...
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