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
11d6ab96
Commit
11d6ab96
authored
Jul 11, 2024
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
adapt bitmaskcore references in README
parent
b507cdb0
Branches
Branches containing commit
No related tags found
1 merge request
!1
rename references to bitmaskcore to bitmask-core-andrdoid, adapt module name
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
11d6ab96
...
@@ -23,14 +23,14 @@ git submodule add git://<repository_url.git> <new_lib_directory>
...
@@ -23,14 +23,14 @@ git submodule add git://<repository_url.git> <new_lib_directory>
go work use <new_lib_directory>
go work use <new_lib_directory>
```
```
3.
Make sure the
`bitmaskcore/golang`
directory is empty.
3.
Make sure the
`bitmask
-
core
-android
/golang`
directory is empty.
```
```
# you should be in bitmaskcore
# you should be in bitmask
-
core
-android
sudo rm -rf ./golang/*
sudo rm -rf ./golang/*
```
```
4.
And let go add any missing modules.
4.
And let go add any missing modules.
```
```
# you should be in bitmaskcore
# you should be in bitmask
-
core
-android
go mod tidy
go mod tidy
```
```
5.
extend the
`gomobile bind`
statements with the new module in
`./build_core.sh`
and
`./build_core_dev.sh`
5.
extend the
`gomobile bind`
statements with the new module in
`./build_core.sh`
and
`./build_core_dev.sh`
...
...
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