Merge "Suppress google-* checks in vendor modules."
am: f2592e192d
* commit 'f2592e192da6fcea5233b073149751c9ee687ab9':
Suppress google-* checks in vendor modules.
Change-Id: Id501346744dd238120c428cdf5ebb9815a438bd2
This commit is contained in:
commit
336e44fc3f
1 changed files with 7 additions and 2 deletions
|
@ -29,10 +29,15 @@ DEFAULT_GLOBAL_TIDY_CHECKS := \
|
|||
# where google-runtime-int is enabled at the end.
|
||||
DEFAULT_LOCAL_TIDY_CHECKS := \
|
||||
external/:,-google-build-using-namespace \
|
||||
external/:,-google-explicit-constructor \
|
||||
external/:,-google-runtime-int \
|
||||
external/:,-google-explicit-constructor,-google-runtime-int \
|
||||
external/google:,google-runtime-int \
|
||||
external/webrtc/:,google-runtime-int \
|
||||
hardware/qcom:,-google-build-using-namespace \
|
||||
hardware/qcom:,-google-explicit-constructor,-google-runtime-int \
|
||||
vendor/lge:,-google-build-using-namespace \
|
||||
vendor/lge:,-google-explicit-constructor,-google-runtime-int \
|
||||
vendor/widevine:,-google-build-using-namespace \
|
||||
vendor/widevine:,-google-explicit-constructor,-google-runtime-int \
|
||||
|
||||
# Returns 2nd word of $(1) if $(2) has prefix of the 1st word of $(1).
|
||||
define find_default_local_tidy_check2
|
||||
|
|
Loading…
Reference in a new issue