summaryrefslogtreecommitdiffstats
path: root/qahw
diff options
context:
space:
mode:
authorMeng Wang <mengw@codeaurora.org>2019-06-14 04:27:21 -0700
committerBanajit Goswami <bgoswami@codeaurora.org>2019-06-14 09:10:38 -0700
commit1813fc02f70276bb0e81ee4dd021f2943f1b9b25 (patch)
treebfa856db155aa0d958251f7eddb58a76d244b2a8 /qahw
parentf81da24f7075769684e1f2bf95babc6dffbaf82b (diff)
downloadandroid_hardware_qcom_audio-1813fc02f70276bb0e81ee4dd021f2943f1b9b25.tar.gz
android_hardware_qcom_audio-1813fc02f70276bb0e81ee4dd021f2943f1b9b25.tar.bz2
android_hardware_qcom_audio-1813fc02f70276bb0e81ee4dd021f2943f1b9b25.zip
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 'qahw')
-rw-r--r--qahw/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/qahw/Android.mk b/qahw/Android.mk
index bd4ae538..a64b9133 100644
--- a/qahw/Android.mk
+++ b/qahw/Android.mk
@@ -30,9 +30,6 @@ LOCAL_COPY_HEADERS += inc/qahw_effect_api.h
LOCAL_PRELINK_MODULE := false
LOCAL_VENDOR_MODULE := true
-ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),)
-LOCAL_SANITIZE := integer_overflow
-endif
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)