shamp: Update shared_modem_platform HAL version to 2

Bug: 364363838

ag/28965951 accidentally started providing a V2 when the manifests only said V1 which broke some VTS tests.

Test: `atest vts_treble_vintf_vendor_test:DeviceManifest/SingleAidlTest#HalIsServed/com_google_pixel_shared_modem_platform_ISharedModemPlatform_default_V1_84`
Flag: EXEMPT can't flag manifest changes

Change-Id: I17113f86e9bceaa3efe2f0d4d76e8349fe2c456e
This commit is contained in:
Kieran Cyphus 2024-09-03 23:29:23 +00:00
parent d3977c94ad
commit 94ef296dae

View file

@ -2,7 +2,7 @@
<!-- Optional since older devices will not register any services. -->
<hal format="aidl" optional="true">
<name>com.google.pixel.shared_modem_platform</name>
<version>1</version>
<version>2</version>
<interface>
<name>ISharedModemPlatform</name>
<instance>default</instance>