Closed akikoskinen closed 11 years ago
Thanks for the report. I've changed the fix to preserve compatibility with older toolchains.
On 06/28/2013 01:35 PM, Andrey Kamaev wrote:
I've changed the fix to preserve compatibility with older toolchains.
I was expecting that :) Well done!
The STL include directories get set wrongly for standalone toolchain.
I've got:
I don't know if the toolchain structure has changed or what but at least currently the C++ headers are in the root of the toolchain directory. The android.toolchain.cmake seems to look for them from the ${ANDROID_TOOLCHAIN_MACHINE_NAME} subdirectory. With the below patch I get the correct include directories set.