am e7ec28bb: Merge "Exclude bionic private headers from include path"

* commit 'e7ec28bba7bb8573a7719f38b423b16b8d7c07da':
  Exclude bionic private headers from include path
This commit is contained in:
Dmitriy Ivanov 2014-07-31 17:40:45 +00:00 committed by Android Git Automerger
commit 52b59127d8
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ endif
LOCAL_CFLAGS += -Werror
LOCAL_C_INCLUDES += \
bionic/libc/private \
bionic/libc \
external/zlib
LOCAL_STATIC_LIBRARIES := \

View file

@ -29,7 +29,7 @@
# include <sched.h>
# include <sys/resource.h>
#ifdef HAVE_ANDROID_OS
# include <bionic_pthread.h>
# include <private/bionic_pthread.h>
#endif
#elif defined(HAVE_WIN32_THREADS)
# include <windows.h>