I have some shared libraries, may be libaaa.so, libbbb.so, libccc.so.
libaaa.soonly compiled onarmeabiARCHlibbbb.socompiled onarmeabiandarmeabi-v7a- and
libccc.socompiled on both ARCHs(x86,arm64,mips...)
At present, i have to copy the libaaa.so into armeabi-v7a, arm64-v8a ... folders, otherwise, cashes will be raised.
How to avoid the extra copy?