android aarch64 build might work now

This commit is contained in:
Mark
2024-12-08 22:14:27 +01:00
parent c3622aca30
commit 85c79a21e1
2 changed files with 16 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ tokio = { version = "1.37.0", optional = true, features = ["rt"] }
rocket = { version = "0.5.0", optional = true }
html-escape = { version = "0.2.13", optional = true }
[target.aarch64-linux-android.dependencies]
# required for cross-compilation to android to work: link to shared c++ stdlib instead of c++_static
oboe-sys = { version = "*", features = ["shared-stdcxx"] }
[features]
default = ["website", "default-playback"]
website = ["dep:tokio", "dep:rocket", "dep:html-escape"]