Files
build_soong/cc
Chih-Hung Hsieh d0f82fee44 Add tidy-soong, tidy-dir-path, module-tidy targets
* When WITH_TIDY=1, these targets allow quick check of C/C++
  source code with clang-tidy, without building C/C++ binaries.
* For each module with tidy rules, add a module-tidy target, e.g.,
  libart-tidy, libartd-tidy, bionic-benchmarks-tidy, libnativehelper-tidy, etc.
* Add a tidy-soong phony target that depends on all module-tidy targets.
* For each directory X/Y add a tidy-X-Y phony target that depends
  on all *-tidy targets in X/Y and tidy-X-Y-Z for all X/Y/Z directories,
  e.g., tidy-bionic, tidy-bionic-benchmarks, tidy-libnativehelper, etc.
* Only soong modules are collected for now.
  Tidy rules in .mk files will be collected later.
* Some comment lines reformatted by gofmt.

Test: WITH_TIDY=1 make <some_module>-tidy tidy-<some_directory>
Test: WITH_TIDY=1 make tidy-soong
Bug: 199169329
Change-Id: I45aef3875f70288a8e070761e5f083dbbdfa6e94
2021-09-07 14:56:44 -07:00
..
2021-08-02 11:50:34 -07:00
2021-08-30 23:13:03 +00:00
2021-07-19 11:42:32 +09:00
2021-07-19 11:42:32 +09:00
2021-06-18 05:25:44 +00:00
2021-07-23 10:15:13 -07:00
2021-07-19 11:42:32 +09:00
2021-08-30 23:13:03 +00:00
2021-04-26 18:41:00 -07:00
2021-07-07 16:29:09 -04:00
2021-06-07 13:22:30 -07:00
2021-04-13 15:55:47 -07:00
2020-12-01 16:22:16 -08:00
2020-07-16 13:21:43 -07:00
2021-07-21 20:37:46 -07:00
2021-07-19 11:42:32 +09:00
2021-08-17 15:08:49 -07:00
2021-07-19 11:42:32 +09:00
2021-07-21 20:37:46 -07:00
2021-06-10 05:22:50 +00:00
2021-04-26 18:41:00 -07:00
2020-11-24 14:13:31 +09:00
2021-08-30 23:13:03 +00:00