platform_build_soong/bazel
Sam Delmerico 4ed95e263f mixed build targets need transitive tidy files
Previously in mixed builds, only the tidy files for the boundary module
were built, whereas all of its transitive dependencies' tidy files were
not being built. Instead we should export the list of transitive tidy
files for a module so that we can run clang-tidy for the boundary module
as well as its dependencies.

Bug: 195029134
Test: WITH_TIDY=1 DISABLE_ARTIFACT_PATH_REQUIREMENTS=true mss tidy-packages-modules-NeuralNetworks --bazel-mode-dev
Change-Id: I463646d2ae1fc4aa075a54c264e1c34571c3fd5c
2023-02-07 16:50:30 -05:00
..
cquery mixed build targets need transitive tidy files 2023-02-07 16:50:30 -05:00
Android.bp Rollforward "Use proto output instead of jsonproto output for aquery"" 2022-10-27 18:41:50 +00:00
aquery.go prune out empty bazel depsets 2023-01-30 11:37:04 -05:00
aquery_test.go prune out empty bazel depsets 2023-01-30 11:37:04 -05:00
configurability.go Fix nondeterminism in bp2build 2023-01-30 21:26:57 +00:00
constants.go refactor Bazel variable export 2022-04-06 14:48:32 +00:00
properties.go Merge "Fix nondeterminism in bp2build" 2023-01-30 22:58:17 +00:00
properties_test.go Correct global excludes not always being excluded 2023-01-26 11:16:39 -05:00
testing.go add unit test for bp2build allowlist 2022-04-14 13:31:09 +00:00