Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be8b144b authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

libvulkan: Enable integer sanitization

am: c4eee83b

* commit 'c4eee83b':
  libvulkan: Enable integer sanitization
parents fa28614b c4eee83b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_CLANG := true
LOCAL_SANITIZE := integer

LOCAL_CFLAGS := -DLOG_TAG=\"vulkan\" \
	-std=c99 -fvisibility=hidden -fstrict-aliasing \
	-Weverything -Werror \