commit | b93ae634721398d5cc4017113075f13a11039604 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Oct 13 16:43:14 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Oct 13 20:48:22 2020 +0900 |
tree | 7f171e66d330d9797145073c4764b42850a4bacd | |
parent | 14af79bad02df6182ade93a2ce3cdb575e87db59 [diff] |
Show full dependency path checkDuplicatedVersions now shows the full dependency path when it finds an error. This is done by separating it into two mutators. The first one gathers (direct and indirect) dependencies to the AIDL interfaces, and the second one checks if there is any duplicated versions. If there is, the mutator runs WalkDeps until the aidl_interface (actually the generated java, c++ modules) is hit and prints the dependency path using GetWalkPath. Bug: 170427726 Test: m Change-Id: Ifae60aaba5f33208566977186e4565ca873e2c8c
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview