commit | 4e64c78e0651809f514e5b1bdb963928e707c33a | [log] [tgz] |
---|---|---|
author | Vignesh Kulothungan <vigneshk@codeaurora.org> | Wed Jan 15 18:34:48 2020 -0800 |
committer | Vignesh Kulothungan <vigneshk@codeaurora.org> | Wed Jan 15 18:34:48 2020 -0800 |
tree | cbef73ef1687cd5faaf0571b703f3dcaccd7387c | |
parent | 24bb646a304c3201a237107119047403f3723b46 [diff] [blame] |
hal: enable compilation for lahaina Add lahaina target to android makefiles to enable compilation. Change-Id: I5f80633d98ec915054103db206783eb2d7c0e070
diff --git a/audiod/Android.mk b/audiod/Android.mk index 8633959..377ab01 100644 --- a/audiod/Android.mk +++ b/audiod/Android.mk
@@ -26,7 +26,7 @@ LOCAL_MODULE:= audiod -ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),) +ifneq ($(filter kona lahaina,$(TARGET_BOARD_PLATFORM)),) LOCAL_SANITIZE := integer_overflow endif include $(BUILD_EXECUTABLE)