0fb6b30d16
Almost all warnings/errors have been fixed. Ignore undefined bool conversion error on purpose. Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
14 lines
346 B
Makefile
14 lines
346 B
Makefile
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
|
|
|
# Set required flags
|
|
GNSS_CFLAGS := \
|
|
-Werror \
|
|
-Wno-undefined-bool-conversion
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
GNSS_SANITIZE_DIAG := cfi bounds null unreachable integer address
|
|
|
|
endif # ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|