commit | 43e2aaeb4b857cc7a2f55e6aeb5f8ec9bcc63c7d | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed May 17 18:36:08 2017 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu May 18 11:12:40 2017 -0700 |
tree | 9b4b45c75d646dc4268f4e9fe66286481e7abfaa | |
parent | 96d4649f72786806e4c385817d05a2b921c2f4ec [diff] [blame] |
Add HalInterface to compatibility matrix Test: libvintf_test Test: vintf_object_test Bug: 38395193 Change-Id: I6dfc21bbfb63b575558405e441f3926ff3813eb8
diff --git a/MatrixHal.cpp b/MatrixHal.cpp index aa6f7f3..1db7f40 100644 --- a/MatrixHal.cpp +++ b/MatrixHal.cpp
@@ -26,6 +26,8 @@ return false; if (versionRanges != other.versionRanges) return false; + if (interfaces != other.interfaces) + return false; // do not compare optional return true; }