enable gnss integer-overflow sanitization
Change-Id: I27359843e5f22353771b8843012f110cbd704094 CRs-Fixed: 2341063
This commit is contained in:
parent
955f05e8e7
commit
8d7df7b2c1
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ GNSS_CFLAGS := \
|
||||||
-Wno-error=switch \
|
-Wno-error=switch \
|
||||||
-Wno-error=date-time
|
-Wno-error=date-time
|
||||||
|
|
||||||
|
LOCAL_SANITIZE := signed-integer-overflow, unsigned-integer-overflow
|
||||||
|
|
||||||
# GPS-HIDL
|
# GPS-HIDL
|
||||||
GNSS_HIDL_1_0_TARGET_LIST := msm8960
|
GNSS_HIDL_1_0_TARGET_LIST := msm8960
|
||||||
GNSS_HIDL_1_0_TARGET_LIST += msm8974
|
GNSS_HIDL_1_0_TARGET_LIST += msm8974
|
||||||
|
|
Loading…
Reference in a new issue