Fix build issue on Android build system

Remove build flags which are not compaltable
with android build system.

Signed-off-by: yang.tian <yang.tian@nxp.com>
This commit is contained in:
yang.tian 2022-02-16 14:01:29 +08:00
parent b5d77e961f
commit 597e74d594

View file

@ -342,7 +342,7 @@ endif
#ccflags-y += -Wstringop-truncation
#ccflags-y += -Wmisleading-indentation
#ccflags-y += -Wunused-const-variable
ccflags-y += -Wno-stringop-truncation
#ccflags-y += -Wno-stringop-truncation
#############################################################################
# Make Targets
#############################################################################