Merge "Suppress clang-tidy checks in frameworks/compile/mclinker."

This commit is contained in:
Chih-hung Hsieh 2016-08-25 02:24:32 +00:00 committed by Gerrit Code Review
commit a9ee94f441
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ DEFAULT_LOCAL_TIDY_CHECKS := \
external/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \
external/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \
external/webrtc:$(DEFAULT_GLOBAL_TIDY_CHECKS) \
frameworks/compile/mclinker/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \
hardware/qcom:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \
vendor/:$(DEFAULT_EXTERNAL_VENDOR_TIDY_CHECKS) \
vendor/google:$(DEFAULT_GLOBAL_TIDY_CHECKS) \