rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

ndk/native_window: Link against `libnativewindow` for API >= 26 functions #465

Closed MarijnS95 closed 7 months ago

MarijnS95 commented 7 months ago

Per the libandroid function map newer NativeWindow functions are no longer available; these instead need to be linked from the libnativewindow library directly.

Ref: https://github.com/android/ndk/issues/1982