Closed
Description
In my Application.mk I've set NDK_TOOLCHAIN_VERSION=clang
and in Android.mk I've defined LOCAL_PCH
to point header I wish to get precompiled.
With GCC (NDK_TOOLCHAIN_VERSION
unset), project can be built successfully. With clang I get following errors:
clang++: error: treating 'c-header' input as 'c++-header' when in C++ mode, this behavior is deprecated