Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9516139c authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Exclude bionic private headers from include path

Change-Id: I8b1269a739a690af91c63fa0f7f8f01d2d43bb97
parent cddc97cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ endif
LOCAL_CFLAGS += -Werror

LOCAL_C_INCLUDES += \
		bionic/libc/private \
		bionic/libc \
		external/zlib

LOCAL_STATIC_LIBRARIES := \
+1 −1
Original line number Diff line number Diff line
@@ -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>