Merge "Enable fsanitize integer in binder"
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index 79decfe..d612061 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -41,6 +41,9 @@
 include $(CLEAR_VARS)
 LOCAL_MODULE := libbinder
 LOCAL_SHARED_LIBRARIES := liblog libcutils libutils
+
+LOCAL_CLANG := true
+LOCAL_SANITIZE := integer
 LOCAL_SRC_FILES := $(sources)
 ifneq ($(TARGET_USES_64_BIT_BINDER),true)
 ifneq ($(TARGET_IS_64_BIT),true)