fix: android ci

opt: android ci

opt: bridge compile time

fix: android sign

fix: android so

opt: format
This commit is contained in:
Kingtous
2022-11-28 20:20:45 +08:00
parent 8b1449cf8b
commit 99d6ec2697
5 changed files with 70 additions and 26 deletions

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
cargo ndk --platform 21 --target armv7-linux-androideabi build --release
cargo ndk --platform 21 --target armv7-linux-androideabi build --release --features flutter

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
cargo ndk --platform 21 --target aarch64-linux-android build --release
cargo ndk --platform 21 --target aarch64-linux-android build --release --features flutter

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
cargo ndk --platform 21 --target x86_64-linux-android build --release
cargo ndk --platform 21 --target x86_64-linux-android build --release --features flutter