Installs the libndk_translation functions into your AVD.
Installs the libndk_translation functions into your AVD, Android 10 API 29
- rc file is not needed anymore, mount binfmt_misc and register copies are now in service.sh
- system.prop is updated
- set_perm_recursive are updated
- /system/lib/liblog.so and /system/lib64/liblog.so are added
- due to cannot locate symbol "__android_log_set_logger" Error, liblog.so is needed
- __android_log_set_logger is available since API level 30.
- ADB doesn't work anymore, after Module is enabled and AVD rebooted
- to test the LibNDK, copy your armeabi-v7a APKs before the module is enabled, to the AVD with adb push
- arm64-v8a APKs are still crashing