summaryrefslogtreecommitdiff
path: root/rust/compiler_test.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2020-02-07 17:25:49 +0900
committer Jiyong Park <jiyong@google.com> 2020-02-07 18:53:12 +0900
commit678c881a4f4810ded870301d9139d8ffe495eea6 (patch)
tree60bbdb1ad4835f0d428b050efca8b057cbfded7e /rust/compiler_test.go
parent201cedd608b8442bdb861fdb816b5ac84e115eba (diff)
<apex_name>-deps-info correctly tracks dependencies
The APEX dependency is more correctly tracked. Previously, the dependency was tracked while we gather modules that will be installed to an APEX. This actually was incorrect because we skipped many dependency types that we don't need to follow to gather the modules list, such as the headers dependency. Now, the dependency is tracked directly when a module is mutated for an APEX. In other words, if a module is mutated for an apex X, then the module will appear in the X-deps-into.txt file. This change also changes the format of the txt file. It now clearly shows why a module is included in the APEX by showing the list of modules that depend on the module. Bug: 146323213 Test: m Change-Id: I0a70cf9cce56e36565f9d55683fdaace8748a081
Diffstat (limited to 'rust/compiler_test.go')
0 files changed, 0 insertions, 0 deletions