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

am: a9ee94f441

Change-Id: I9b3d7949d58fe6f6c80b7717c61e8efe8b5bc706
This commit is contained in:
Chih-hung Hsieh 2016-08-25 02:33:59 +00:00 committed by android-build-merger
commit 5c2ca39c58

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) \