ANDROID: Add minimal C++ headers to include path.

This commit is contained in:
Alyssa Milburn 2011-11-17 08:34:30 +01:00
parent 7a494ed7cd
commit 981b1cdd76

1
configure vendored
View File

@ -2467,6 +2467,7 @@ case $_backend in
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
CXXFLAGS="$CXXFLAGS -Wa,--noexecstack"
LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
INCLUDES="$INCLUDES -I$ANDROID_NDK/sources/cxx-stl/system/include"
;;
bada)
# dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included