Skip to content

Commit

Permalink
WIP: Android support
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhundt committed May 31, 2024
1 parent d337ba3 commit 4b0ae1e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
rustflags = ["-C","target-cpu=native"]
#rustflags = ["-C","target-cpu=native"]
#[target.x86_64-unknown-linux-gnu]
## needed for flamegraph https://github.com/flamegraph-rs/flamegraph
#linker = "clang"
#rustflags = ["-Ctarget-cpu=native", "-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
#rustflags = ["-Ctarget-cpu=native", "-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
67 changes: 59 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/seec-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Robin Hundt"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-lc-rs = {version = "1.7.2", features = ["bindgen"]}
async-trait = "0.1.79"
async-stream = "0.3.5"
bytes = "1.6.0"
Expand Down

0 comments on commit 4b0ae1e

Please sign in to comment.