aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 027baef..88fa518 100644
--- a/Android.mk
+++ b/Android.mk
@@ -15,7 +15,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libfec_rs_host
LOCAL_CLANG := true
LOCAL_CFLAGS := -Wall -O3
+ifeq ($(HOST_OS),linux)
LOCAL_SANITIZE := integer
+endif
LOCAL_SRC_FILES := \
encode_rs_char.c \
decode_rs_char.c \