Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 336e44fc authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Suppress google-* checks in vendor modules."

am: f2592e19

* commit 'f2592e19':
  Suppress google-* checks in vendor modules.

Change-Id: Id501346744dd238120c428cdf5ebb9815a438bd2
parents b6587f98 f2592e19
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -29,10 +29,15 @@ DEFAULT_GLOBAL_TIDY_CHECKS := \
# where google-runtime-int is enabled at the end.
# where google-runtime-int is enabled at the end.
DEFAULT_LOCAL_TIDY_CHECKS := \
DEFAULT_LOCAL_TIDY_CHECKS := \
  external/:,-google-build-using-namespace \
  external/:,-google-build-using-namespace \
  external/:,-google-explicit-constructor \
  external/:,-google-explicit-constructor,-google-runtime-int \
  external/:,-google-runtime-int \
  external/google:,google-runtime-int \
  external/google:,google-runtime-int \
  external/webrtc/:,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).
# Returns 2nd word of $(1) if $(2) has prefix of the 1st word of $(1).
define find_default_local_tidy_check2
define find_default_local_tidy_check2