diff options
author | Meng Wang <mengw@codeaurora.org> | 2019-06-14 04:27:21 -0700 |
---|---|---|
committer | Banajit Goswami <bgoswami@codeaurora.org> | 2019-06-14 09:10:38 -0700 |
commit | 1813fc02f70276bb0e81ee4dd021f2943f1b9b25 (patch) | |
tree | bfa856db155aa0d958251f7eddb58a76d244b2a8 /hdmi_in_test | |
parent | f81da24f7075769684e1f2bf95babc6dffbaf82b (diff) |
Revert "hal: Enable integer overflow sanitizer"
This reverts commit 1719d7c0c0e86a0c17529f96a5f0d5566f5b1979.
This will be re-enabled once root cause the issue for audio
regression.
Change-Id: If045a40850bd08e25dbf251dd5996f4c1c7982ef
Diffstat (limited to 'hdmi_in_test')
-rw-r--r-- | hdmi_in_test/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hdmi_in_test/Android.mk b/hdmi_in_test/Android.mk index 47b046ab..d016cb33 100644 --- a/hdmi_in_test/Android.mk +++ b/hdmi_in_test/Android.mk @@ -18,7 +18,4 @@ LOCAL_CPPFLAGS += --coverage -fprofile-arcs -ftest-coverage LOCAL_STATIC_LIBRARIES += libprofile_rt endif -ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),) -LOCAL_SANITIZE := integer_overflow -endif include $(BUILD_EXECUTABLE) |