Merge "Exclude bionic private headers from include path"
This commit is contained in:
commit
e7ec28bba7
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ endif
|
||||||
LOCAL_CFLAGS += -Werror
|
LOCAL_CFLAGS += -Werror
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
bionic/libc/private \
|
bionic/libc \
|
||||||
external/zlib
|
external/zlib
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
# include <sched.h>
|
# include <sched.h>
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
#ifdef HAVE_ANDROID_OS
|
#ifdef HAVE_ANDROID_OS
|
||||||
# include <bionic_pthread.h>
|
# include <private/bionic_pthread.h>
|
||||||
#endif
|
#endif
|
||||||
#elif defined(HAVE_WIN32_THREADS)
|
#elif defined(HAVE_WIN32_THREADS)
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue