Merge "Add netutils-wrapper to device compatibility matrix." into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-11 19:20:16 +00:00
committed by Android (Google) Code Review

View File

@@ -55,5 +55,17 @@
<instance>default</instance>
</interface>
</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>