[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:
Herman Chen 2018-01-17 15:45:57 +08:00
parent 9dd4ef5061
commit c7cdadb5a9
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View 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/