Suppress non-critical warnings in external/deqp.
authorChih-Hung Hsieh <chh@google.com>
Wed, 9 Aug 2017 23:23:07 +0000 (16:23 -0700)
committerChih-Hung Hsieh <chh@google.com>
Wed, 9 Aug 2017 23:23:07 +0000 (16:23 -0700)
* We should enable those warnings after fixing the upstream source code.

Bug: 64487164
Test: build with WITH_TIDY=1
Change-Id: Ie4961d23b8f57e8d3a3ada0e64df82ed18dd366f

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)