Merge "Use square cubemap textures in negative tests" into nyc-dev am: 491cdf1
[platform/upstream/VK-GL-CTS.git] / Android.mk
index 7356d16..f69f02c 100644 (file)
@@ -910,6 +910,10 @@ LOCAL_STATIC_LIBRARIES := \
 LOCAL_CFLAGS += \
        $(deqp_compile_flags)
 
+# Suppress about 947 clang-tidy warnings of google-explicit-constructor,
+# and 430 warnings of google-build-using-namespace.
+LOCAL_TIDY_CHECKS := -google-build-using-namespace,-google-explicit-constructor
+
 LOCAL_SDK_VERSION := 9
 LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -fwrapv
 LOCAL_NDK_STL_VARIANT := gnustl_static