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:
parent
560a9583f6
commit
3a70a4375f
1 changed files with 13 additions and 0 deletions
|
@ -121,4 +121,17 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<instance>gnss_vendor</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>
|
||||
|
|
Loading…
Reference in a new issue