]> git.cworth.org Git - apitrace/commit
In Android.mk: explicitly specify the toolchain
authorVasil Dimov <vd@FreeBSD.org>
Fri, 24 May 2013 11:50:51 +0000 (14:50 +0300)
committerVasil Dimov <vd@FreeBSD.org>
Fri, 24 May 2013 11:50:51 +0000 (14:50 +0300)
commit022ca528c20e6b9229c6ef19995ae6668b562ea4
tree47d8d91c9d392bf4547f787744d199ba312b4bcd
parentcee519f80118853fe20264c1cc9ff827d66a621f
In Android.mk: explicitly specify the toolchain

If NDK is cloned from git://codeaurora.org/platform/prebuilt instead of
from git://android.git.linaro.org/platform/prebuilt then
prebuilt/linux-x86/toolchain/ contains some extra entries that confuse
the toolchain pickup logic in cmake/toolchain/android.toolchain.cmake,
thus we explicitly specify the toolchain via ANDROID_TOOLCHAIN_NAME.
Android.mk