sdm660-common: Add netutils-wrapper to device compatibility matrix

netutils-wrapper only list a single version x.0 in its
requirement. System manifest might provide a list of
netutils-wrapper versions it supports {x, y, z}.0.

Bug: 64447338
Test: m compatibility_matrix.xml system_manifest.xml -j
      (checks compatibility at build time)

Signed-off-by: Anush02198 <Anush.4376@gmail.com>
This commit is contained in:
Yifan Hong 2021-05-30 13:08:29 +05:30 committed by OdSazib
parent 560a9583f6
commit 3a70a4375f
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A

View file

@ -121,4 +121,17 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>gnss_vendor</instance> <instance>gnss_vendor</instance>
</interface> </interface>
</hal> </hal>
<hal format="native" optional="false">
<name>netutils-wrapper</name>
<!--
netutils-wrapper should only list a single version x.0.
netutils-wrapper next version has less functionalities than
previous versions, so unlike a HAL, netutils-wrapper are not
backwards compatible. Hence the major version must be bumped for
each update.
Vendor code should switch to (x+1).0 completely before when the
requirement is updated here.
-->
<version>1.0</version>
</hal>
</compatibility-matrix> </compatibility-matrix>