Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
clients
Ğecko
Commits
0ed59cba
Commit
0ed59cba
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
build(dubp): build for armv7 with old arm target
parent
7b916f3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.toml
+3
-3
3 additions, 3 deletions
Makefile.toml
packages/dubp_rs/README.md
+1
-1
1 addition, 1 deletion
packages/dubp_rs/README.md
with
4 additions
and
4 deletions
Makefile.toml
+
3
−
3
View file @
0ed59cba
...
...
@@ -159,7 +159,7 @@ run_task = "android-build"
[tasks.android-armv7]
private = true
condition = { env_true = ["
DEV
"] }
env = { ANDROID_TARGET = "
arm
v7
-linux-androideabi
" }
env = { ANDROID_TARGET = "
arm-linux-androideabi
" }
run_task = "
android-build
"
[tasks.android-i686]
...
...
@@ -183,7 +183,7 @@ run_task = "android-build-release"
[tasks.android-armv7-release]
private = true
condition = { env_true = ["
RELEASE
"] }
env = { ANDROID_TARGET = "
arm
v7
-linux-androideabi
" }
env = { ANDROID_TARGET = "
arm-linux-androideabi
" }
run_task = "
android-build-release
"
[tasks.android-i686-release]
...
...
@@ -227,7 +227,7 @@ run_task = "copy-lib"
[tasks.post-android-armv7]
private = true
env = { ANDROID_TARGET = "
arm
v7
-linux-androideabi
", JNI_LIB_DIR = "
armeabi-v7a
" }
env = { ANDROID_TARGET = "
arm-linux-androideabi
", JNI_LIB_DIR = "
armeabi-v7a
" }
run_task = "
copy-lib
"
[tasks.post-android-i686]
...
...
This diff is collapsed.
Click to expand it.
packages/dubp_rs/README.md
+
1
−
1
View file @
0ed59cba
...
...
@@ -21,7 +21,7 @@ For example:
You will also need to add targets for all Android architectures:
```
sh
rustup target add aarch64-linux-android arm
v7
-linux-androideabi x86_64-linux-android i686-linux-android
rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android i686-linux-android
```
If you develop on mac, you can also add targets for iOS:
...
...
This diff is collapsed.
Click to expand it.
Éloïs
@librelois
mentioned in commit
131a0559
·
4 years ago
mentioned in commit
131a0559
mentioned in commit 131a0559265944ec4d7ee48085d4fffacd2e9d15
Toggle commit list
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