commit | 0c50a27c1f94384cb3bb794bfef6cb4f13c12b7a | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu May 04 17:53:13 2017 +0800 |
committer | Logan Chien <loganchien@google.com> | Thu May 04 17:53:13 2017 +0800 |
tree | 0da0d0d4e4d94a20e9ae2d048e88c742dd8d0d3d | |
parent | a1fd40bfeb7998033913a44b64c02f36f72196b1 [diff] |
vndk-def: Sort ELFLinkData by path This commit adds __lt__() to ELFLinkData class so that instances of ELFLinkData can be sorted by path by default. This commit also adds several sorted() function calls so that the output can be stable between different command line invocations. Test: ./tests/run.py Test: Run check-dep subcommand multiple times and compare the output. Change-Id: I08bf7a9e0e1e393f0e0f3fcd4cf83a4002515b51