diff options
author | Jooyung Han <jooyung@google.com> | 2020-07-22 15:17:19 +0900 |
---|---|---|
committer | Jooyung Han <jooyung@google.com> | 2020-07-23 13:54:50 +0900 |
commit | 698dd9f00780032e5f196b32e8932ea7891102b0 (patch) | |
tree | e0a7fc69dae844eb5468f64e64e5068ffe89c62e /sdk/java_sdk_test.go | |
parent | 9429c612ff0afcb1f3e88438d0acc190299f5cd5 (diff) |
apexDepsMutator uses WalkDeps
apexDepsMutator marks all dependencies of apex modules. Previously, it
was converted from WalkDeps() to Top-down mutator to avoid the pitfall
of WalkDeps() bug. (It did't handle multiple visits via different
paths.)
Because WalkDeps() problem solved in aosp/1277516, apexDepsMutator can
be reverted to use WalkDeps().
Even though there's no observable difference between them, I revert this
for the up-coming change, which requires different pruning strategies
per apexes.
Bug: 159195575
Test: m
Change-Id: Ib09cbc7a3dfd143dd37b660b1aea6c71392ce2e3
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions