diff options
author | Vignesh Kulothungan <vigneshk@codeaurora.org> | 2020-01-15 18:34:48 -0800 |
---|---|---|
committer | Vignesh Kulothungan <vigneshk@codeaurora.org> | 2020-01-15 18:34:48 -0800 |
commit | 4e64c78e0651809f514e5b1bdb963928e707c33a (patch) | |
tree | cbef73ef1687cd5faaf0571b703f3dcaccd7387c /visualizer | |
parent | 24bb646a304c3201a237107119047403f3723b46 (diff) |
hal: enable compilation for lahaina
Add lahaina target to android makefiles to enable compilation.
Change-Id: I5f80633d98ec915054103db206783eb2d7c0e070
Diffstat (limited to 'visualizer')
-rw-r--r-- | visualizer/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/visualizer/Android.mk b/visualizer/Android.mk index 77eb085c..721eae28 100644 --- a/visualizer/Android.mk +++ b/visualizer/Android.mk @@ -64,7 +64,7 @@ LOCAL_CFLAGS += -Wno-tautological-compare LOCAL_CFLAGS += -Wno-unused-function LOCAL_CFLAGS += -Wno-unused-local-typedef -ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),) +ifneq ($(filter kona lahaina,$(TARGET_BOARD_PLATFORM)),) LOCAL_SANITIZE := integer_overflow endif include $(BUILD_SHARED_LIBRARY) |