Android.mk: fix Android 10 build

Android now uses clang with Werror by default which prevents from
building.
Removing Werror for the current warnings.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
pull/216/head
Gary Bisson 2020-05-28 14:02:46 +02:00 committed by Oliver Hartkopp
parent 43610bd621
commit da42cf4bb5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
LOCAL_PATH := $(call my-dir)
PRIVATE_LOCAL_CFLAGS := -O2 -g -W -Wall \
-Wno-error=unused-parameter \
-DSO_RXQ_OVFL=40 \
-DPF_CAN=29 \
-DAF_CAN=PF_CAN