Browse Source

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>
tags/18.0-branchpoint
Rob Herring 7 years ago
parent
commit
46148be8e4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Android.common.mk

+ 1
- 0
Android.common.mk View File

@@ -31,6 +31,7 @@ LOCAL_C_INCLUDES += \

MESA_VERSION := $(shell cat $(MESA_TOP)/VERSION)
LOCAL_CFLAGS += \
-Wno-error \
-Wno-unused-parameter \
-Wno-pointer-arith \
-Wno-missing-field-initializers \

Loading…
Cancel
Save