2020-08-02 09:55:00 -04:00
|
|
|
ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|
2020-08-02 10:02:23 -04:00
|
|
|
|
2020-10-23 13:22:47 -04:00
|
|
|
# Set required flags
|
|
|
|
GNSS_CFLAGS := \
|
|
|
|
-Werror \
|
2023-06-07 16:28:37 -04:00
|
|
|
-Wno-undefined-bool-conversion
|
2020-10-23 13:22:47 -04:00
|
|
|
|
2020-08-02 09:55:00 -04:00
|
|
|
LOCAL_PATH := $(call my-dir)
|
2020-10-23 13:22:47 -04:00
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
|
2023-01-20 03:02:01 -05:00
|
|
|
GNSS_SANITIZE_DIAG := cfi bounds null unreachable integer address
|
2020-08-02 10:02:23 -04:00
|
|
|
|
2020-10-23 13:22:47 -04:00
|
|
|
endif # ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),)
|