Skip to content

Will upgrading NDK upgrade the zlib version? #1968

Closed Answered by enh-google
TedaLIEz asked this question in Q&A
Discussion options

You must be logged in to vote

"it's complicated". (and the result of a historical accident --- if we were creating the NDK today, we just wouldn't include libz.)

  • the headers get updated every NDK release.

  • the libz.a static library gets updated every NDK release.

  • but the libz.so shared library comes from the device, so "you get what you get".

you're right that https://developer.android.com/ndk/guides/stable_apis#zlib_compression could be more helpful. i'll fix that today...

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@enh-google
Comment options

@TedaLIEz
Comment options

@TedaLIEz
Comment options

@enh-google
Comment options

Answer selected by enh-google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants