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
d64f0ac8
Commit
d64f0ac8
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
build_core_dev.sh: copy bitmaskcore libs in case the project's parent directory is bitmask_android
parent
835b183d
No related branches found
No related tags found
1 merge request
!11
improve builds
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_core_dev.sh
+16
-0
16 additions, 0 deletions
build_core_dev.sh
with
16 additions
and
0 deletions
build_core_dev.sh
+
16
−
0
View file @
d64f0ac8
...
@@ -62,3 +62,19 @@ gomobile bind -target='android/arm64' -o ./lib/bitmaskcore_arm64.aar -v org.0xac
...
@@ -62,3 +62,19 @@ gomobile bind -target='android/arm64' -o ./lib/bitmaskcore_arm64.aar -v org.0xac
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 org.0xacab/leap/bitmaskcore/motd
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/bitmaskcore/motd
if
[[
"bitmask_android"
==
`
pwd
| rev |
cut
-d
/
-f
2 | rev
`
]]
;
then
showtitle
"Copying to bitmask_android main repository"
cp
lib/bitmaskcore.aar ../lib-bitmask-core/.
cp
lib/bitmaskcore-sources.jar ../lib-bitmask-core/.
cp
lib/bitmaskcore_web.aar ../lib-bitmask-core-web/.
cp
lib/bitmaskcore_web-sources.jar ../lib-bitmask-core-web/.
cp
lib/bitmaskcore_arm.aar ../lib-bitmask-core-armv7/.
cp
lib/bitmaskcore_arm-sources.jar ../lib-bitmask-core-armv7/.
cp
lib/bitmaskcore_arm64.aar ../lib-bitmask-core-arm64/.
cp
lib/bitmaskcore_arm64-sources.jar ../lib-bitmask-core-arm64/.
cp
lib/bitmaskcore_x86.aar ../lib-bitmask-core-x86/.
cp
lib/bitmaskcore_x86-sources.jar ../lib-bitmask-core-x86/.
cp
lib/bitmaskcore_x86_64.aar ../lib-bitmask-core-x86_64/.
cp
lib/bitmaskcore_x86_64-sources.jar ../lib-bitmask-core-x86_64/.
fi
\ No newline at end of file
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