summaryrefslogtreecommitdiff
path: root/rust/compiler.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2023-11-21 15:13:56 -0800
committer Colin Cross <ccross@android.com> 2023-11-29 10:31:13 -0800
commit312634eb0fd02c2e084a6925c4f00e5fc00fca54 (patch)
treed267881b91fc694eda19bd6dabe961c3c1e56225 /rust/compiler.go
parent80117e6c4fc10412f9a313eb6391546e2da3ee1a (diff)
Don't write transitive dependencies to Android-${TARGET_PRODUCT}.mk
Java libraries were writing lists of files that changed whenever transitive dependencies changed to Android-${TARGET_PRODUCT}.mk, causing Kati analysis to rerun whenever a dependency was changed in Soong. In both cases, Make would immediately use the list to write a single output file. Write the files in Soong and pass the path to the file to Make instead, which will both reduce the size of Android-${TARGET_PRODUCT}.mk and skip Kati analysis more often. Bug: 309006256 Test: m checkbuild Change-Id: I5dff16c6fb7cca8c6da927b37c612c7b1d0954e6
Diffstat (limited to 'rust/compiler.go')
0 files changed, 0 insertions, 0 deletions