We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4fbd9 commit d6bcfceCopy full SHA for d6bcfce
1 file changed
Android_library.mk
@@ -300,12 +300,13 @@ include $(CLEAR_VARS)
300
LOCAL_MODULE := libcutils
301
302
LOCAL_CFLAGS := \
303
- -Werror -Wall -Wextra -std=gnu90
+ -Werror -Wall -Wextra -std=gnu90 -Wno-typedef-redefinition
304
305
LOCAL_CPPFLAGS := -std=c++14
306
307
LOCAL_C_INCLUDES := \
308
- src/system/core/include
+ src/system/core/include \
309
+ $(NDK_ROOT)/platforms/$(TARGET_PLATFORM)/arch-$(TARGET_ARCH)/usr/include
310
311
LOCAL_SRC_FILES += \
312
src/system/core/libcutils/atomic.c.arm \
0 commit comments