Files
mpp/build/android/aarch64/fix
Herman Chen c7cdadb5a9 [build]: Add libc.so for Android arm64 compiling
Change-Id: I2ba9eec174d87e9d02dff4731287397ab593115e
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
2018-01-17 15:47:29 +08:00
..

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/