Skip to content

Commit bea7c21

Browse files
pblazejclaude
andcommitted
chore(uniffi): add changeset for the Android package build fix
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 7fe6df5 commit bea7c21

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
livekit-uniffi: patch
3+
---
4+
5+
Fix the Android AAR build. Two cargo-make bugs kept `cargo make --profile release android-package` from ever producing a release artifact: the per-arch tasks' `env = { TARGET = ... }` replaced (rather than merged) the parent env map, dropping the `--release` flag, and the `TARGET` they set leaked into the Kotlin bindgen's host build, which then cross-compiled with the host linker. Also raise the Swift and Android size budgets to match the binaries as they stand since the data-track UniFFI surface landed, and check out the released tag rather than the dispatch ref when building the wrapper packages.

0 commit comments

Comments
 (0)