Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Oct 17, 2022
1 parent 1db7f80 commit 404a066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndk-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- `RUSTFLAGS` is now considered if `CARGO_ENCODED_RUSTFLAGS` is not present, this allows `cargo apk build` to not break user's builds if they depend on flags being set on the build, as `CARGO_ENCODED_RUSTFLAGS`, set by `ndk-build` before invoking cargo, will take precedence over all other sources of build flags. ([#357](https://github.com/rust-windowing/android-ndk-rs/pull/357))

# 0.8.1 (2022-10-14)

- Provide `reverse_port_forwarding()` to set up `adb reverse` ([#348](https://github.com/rust-windowing/android-ndk-rs/pull/348))
Expand Down

0 comments on commit 404a066

Please sign in to comment.