projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1f83a
)
Revert "Suppress many less important clang-tidy warnings."
author
Chih-hung Hsieh
<chh@google.com>
Tue, 26 Apr 2016 05:01:41 +0000
(
05:01
+0000)
committer
Chih-hung Hsieh
<chh@google.com>
Tue, 26 Apr 2016 05:01:41 +0000
(
05:01
+0000)
Replaced by default settings in build/clang/tidy.mk.
This reverts commit
0c1f83aee4709eef7ef2a3edd384f9c192f476fd
.
Change-Id: Ib80b905e4a35a9e358d8841b0d18df2a0741ac15
Android.mk
patch
|
blob
|
history
diff --git
a/Android.mk
b/Android.mk
index 47119697b251c4de39bb6a2b193242112536a1ec..a94fbac6fba05504bef35cc617aebeaef340922e 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-732,10
+732,6
@@
LOCAL_CFLAGS += \
$(deqp_compile_flags) \
-Wno-error=date-time
-# 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
LOCAL_NDK_STL_VARIANT := gnustl_static