Exclude bionic private headers from include path
(cherry picked from commit 9516139c03)
Change-Id: I2883e2a13a523e6938c8a3aed93e66af948cdcd8
This commit is contained in:
parent
a361503e3e
commit
4ffed01fb7
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ endif
|
|||
LOCAL_CFLAGS += -Werror
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
bionic/libc/private \
|
||||
bionic/libc \
|
||||
external/zlib
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue