Android: disable warnings causing errors

AOSP master has changed the build default to -Werror making all the
warnings errors. Override that with -Wno-error.

Signed-off-by: Rob Herring <robh@kernel.org>
main
Rob Herring 2017-11-27 13:38:29 -06:00
parent 18ffe485cd
commit 0ab36dafaf
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ LOCAL_CFLAGS += \
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
-Wno-error \
-Wno-unused-parameter \ -Wno-unused-parameter \
-Wno-missing-field-initializers \ -Wno-missing-field-initializers \
-Wno-pointer-arith \ -Wno-pointer-arith \