commit | 9aa9fed48bb3d658427b97d7549eba87e1f2f929 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Apr 29 17:28:19 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Apr 30 04:47:41 2020 +0000 |
tree | 0be3ebadcb034064da8d7bad1eb3b222e784f468 | |
parent | 79f0ed1644e438c4e7ae3435d2c5d33ff85e961a [diff] |
aidl_interface: single place to validate versions There are several places which check this. Since we are adding some additional checks, we might as well unify this. Future considerations: - store Atoi'd versions in mutable property, so that we aren't repeatedly converting these string->int - check that versions = sorted(set(versions)) Bug: 155301626 Test: manual, by specifying a version which does not belong Change-Id: Ia77507c5909bde718eff9b83252ef1fc78e1d996