Files
build_soong/android
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-07-23 11:12:05 -07:00
2021-08-18 22:02:54 +00:00
2021-09-02 10:49:58 +00:00
2021-03-17 16:35:13 +01:00
2021-08-27 10:08:49 +02:00
2020-06-04 01:26:16 +01:00
2021-01-07 17:19:27 -08:00
2021-07-23 11:12:05 -07:00
2021-07-09 23:54:01 +01:00
2021-06-18 05:25:44 +00:00
2021-03-02 20:17:19 +00:00
2020-12-01 16:22:16 -08:00
2021-07-22 18:09:34 -04:00
2021-08-27 10:08:49 +02:00
2021-03-28 22:06:33 +01:00
2021-03-28 22:06:33 +01:00