Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b484cfd9 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by Android (Google) Code Review
Browse files

Merge "Enable CFI for the amrwbenc software encoder static lib." into oc-dev-plus-aosp

parents 485f7beb 603ce762
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -102,7 +102,8 @@ LOCAL_C_INCLUDES := \
	$(LOCAL_PATH)/inc
	$(LOCAL_PATH)/inc


LOCAL_CFLAGS += -Werror
LOCAL_CFLAGS += -Werror
#LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := cfi
LOCAL_SANITIZE_DIAG := cfi


include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)