signalapp / boring

BoringSSL bindings for the Rust programming language.
13 stars 14 forks source link

boring-sys: Update Android NDK sysroot path #17

Closed jrose-signal closed 1 year ago

jrose-signal commented 1 year ago

This longer path (inside the prebuilt toolchain included in the NDK) has been the preferred sysroot since NDK r19. Newer NDKs no longer have a top-level "sysroot" directory at all.

jrose-signal commented 1 year ago

The clippy issue is in upstream code but maybe we should just fix it…