Include path fix for building against Android NDK.

cpu-features.h is not in the common paths, add
to the cflags for Android.

Change-Id: Icbafc7600d72f6b59ffb030f6ab80ee6860332bb
This commit is contained in:
Fritz Koenig 2012-02-16 12:38:17 -08:00
Родитель 7989bb7fe7
Коммит 3653fb473a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -796,6 +796,8 @@ process_common_toolchain() {
add_cflags "--sysroot=${alt_libc}"
add_ldflags "--sysroot=${alt_libc}"
add_cflags "-I${SDK_PATH}/sources/android/cpufeatures/"
enable pic
soft_enable realtime_only
if [ ${tgt_isa} == "armv7" ]; then