Loading core/clang/tidy.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -51,6 +51,7 @@ DEFAULT_LOCAL_TIDY_CHECKS := \ hardware/qcom:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ hardware/qcom:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \ vendor/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \ vendor/google_devices:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ # 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 Loading Loading
core/clang/tidy.mk +1 −0 Original line number Original line Diff line number Diff line Loading @@ -51,6 +51,7 @@ DEFAULT_LOCAL_TIDY_CHECKS := \ hardware/qcom:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ hardware/qcom:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ vendor/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \ vendor/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \ vendor/google_devices:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \ # 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 Loading