Hi, bero
Sorry, just copied my question in IRC here.
<liuyq> bero, can our toolchain be used directly for NDK? <bero> liuyq: Probably just needs a few minor tweaks <liuyq> in ndk/build/tools/DEV-SCRIPTS-USAGE.TXT, I see such things: <liuyq> The AOSP toolchain/ repository contains sources corresponding to toolchains <liuyq> that are used to build the Android platform tree. For various reasons, they <liuyq> need to be slightly patched for use with the NDK. <liuyq> bero, I am confused that if the toolchain used for normal build can be used directly for NDK? <liuyq> bero, in our normal build, we just specify TARGET_TOOLS_PREFIX before build, are the jni files built with the same toolchain specified by TARGET_TOOLS_PREFIX?