commit | 71f32ac3b41bb7f23f68deb253da1ba629b2581e | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Feb 19 21:53:07 2021 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Sun Feb 21 19:10:17 2021 -0800 |
tree | bf36f551a5bb55b2cec3b1a28129bfba7c282d51 | |
parent | d3004b45f6a2dc8f48aee9934534e36faf2e914b [diff] |
Do not add quotes around flags argument * build/soong will adds quotes around the whole flags and preserve the quotes around flags argument. The quotes incorrectly became part of a flag's value, and the --header-filter did not select system/apex .h files. * clang-tidy accepts both --header-filter= and -header-filter= * allow new found .h file clang-tidy warnings, not as errors. Bug: 180862582 Test: make; make with WITH_TIDY=1 Change-Id: Ia6a61cbafe520d5611bb03aa8a3e077f7b7cbbb6