Install APK in the deqp runner to reduce installs am: 78f491c
[platform/upstream/VK-GL-CTS.git] / Android.mk
index 41f58c9..f69f02c 100644 (file)
@@ -801,6 +801,7 @@ LOCAL_SRC_FILES := \
        external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp \
        external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp \
        external/vulkancts/framework/vulkan/vkBuilderUtil.cpp \
+       external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \
        external/vulkancts/framework/vulkan/vkSpirVProgram.cpp \
        external/vulkancts/framework/vulkan/vkPrograms.cpp \
        external/vulkancts/framework/vulkan/vkApiVersion.cpp \
@@ -909,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