This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build issue with NDK r15 or higher.
- Since NDK r15c, some methods are not defined if API version is lower than 21 and _FILE_OFFSET_BITS=64. See following link. android/ndk#477
- Loading branch information