Merge "Run Draw*BaseVertex if EXT_draw_elements_base_vertex is present" am: 4929480c4...
[platform/upstream/VK-GL-CTS.git] / Android.mk
index c0dd7ed..0c49cdd 100644 (file)
@@ -1038,6 +1038,11 @@ LOCAL_CPPFLAGS += -Wno-non-virtual-dtor -Wno-delete-non-virtual-dtor
 LOCAL_NDK_STL_VARIANT := gnustl_static
 LOCAL_RTTI_FLAG := -frtti -fexceptions
 LOCAL_MULTILIB := both
+LOCAL_TIDY_CHECKS := \
+    -google-build-explicit-make-pair, \
+    -google-global-names-in-headers, \
+    -google-runtime-member-string-references, \
+    -google-runtime-operator, \
 
 include $(BUILD_SHARED_LIBRARY)