mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 02:50:38 +01:00
[build]: Add libc.so for Android arm64 compiling
Change-Id: I2ba9eec174d87e9d02dff4731287397ab593115e Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
9dd4ef5061
commit
c7cdadb5a9
2 changed files with 9 additions and 0 deletions
BIN
build/android/aarch64/fix/libc.so
Normal file
BIN
build/android/aarch64/fix/libc.so
Normal file
Binary file not shown.
9
build/android/aarch64/fix/readme.txt
Normal file
9
build/android/aarch64/fix/readme.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
NOTE: Google original ndk libc.so is lack of some symbol and it will cause error
|
||||
as follows:
|
||||
|
||||
undefined reference to `__system_property_get'
|
||||
|
||||
Please use the libc.so in this directory to fix this issue.
|
||||
|
||||
Backup original libc.so in ndk first. Then Put lib.so to:
|
||||
path_to_ndk/platforms/android-21/arch-arm64/usr/lib/
|
||||
Loading…
Add table
Add a link
Reference in a new issue