xref: /rockchip-linux_mpp/build/android/aarch64/fix/readme.txt (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1NOTE: Google original ndk libc.so is lack of some symbol and it will cause error
2as follows:
3
4undefined reference to `__system_property_get'
5
6Please use the libc.so in this directory to fix this issue.
7
8Backup original libc.so in ndk first. Then Put lib.so to:
9path_to_ndk/platforms/android-21/arch-arm64/usr/lib/
10