Merge "Enable ubsan check flag in build"

am: 1907b9905e

Change-Id: If116ca0f0493dfb4f96b95227169faa8efc99e6d
This commit is contained in:
Colin Cross 2017-07-25 17:56:07 +00:00 committed by android-build-merger
commit fe3c61839f

View file

@ -287,12 +287,6 @@ ifneq ($(filter address,$(my_sanitize)),)
endif
endif
ifneq ($(filter undefined,$(my_sanitize)),)
ifndef LOCAL_IS_HOST_MODULE
$(error ubsan is not yet supported on the target)
endif
endif
ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)
recover_arg := $(subst $(space),$(comma),$(LOCAL_SANITIZE_RECOVER)),
my_cflags += -fsanitize-recover=$(recover_arg)