mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
cmake configure fails with Android NDK for api < 18 (log2() not found) #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @axnsan12 on GitHub (Nov 23, 2019).
Related: #341, #351.
The underlying issue of log2 availability is fixed. However the cmake script still emits a FATAL_ERROR if the log2 function is not found at configure time:
c435f06675/CMakeLists.txt (L114)Simply removing the line is enough to build with
__ANDROID__== 15.