mediatek:ims: Update for BP4A

* fix crash on Android 16 QPR2

Change-Id: I232659c52ff42e60f01d5bf1762d3b53b0587610
Signed-off-by: techyminati <sinha.aryan03@gmail.com>
This commit is contained in:
techyminati
2026-02-09 13:21:08 +05:30
parent bd54a921e1
commit e9cab87f80
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
-**Unified IMS Package**: Includes all necessary Mediatek IMS framework components in a single APK. -**Unified IMS Package**: Includes all necessary Mediatek IMS framework components in a single APK.
-**Commonized IMS**: If your stock blobs are from VNDK S & above vendor, this ims package will work for your seamlessly. -**Commonized IMS**: If your stock blobs are from VNDK S & above vendor, this ims package will work for your seamlessly.
-**No External Blobs Required**: Eliminates the need for individual ELF blobs like `libmtk_vt_service.so, vtservice`, etc. -**No External Blobs Required**: Eliminates the need for individual ELF blobs like `libmtk_vt_service.so, vtservice`, etc.
-**AOSP 16+ Compatible**: Rebuilt and tested against AOSP 16 sources. -**AOSP 16+ Compatible**: Rebuilt and tested against AOSP 16 QPR2 sources.
-**Plug-and-Play**: Just include the `ims.mk` Makefile — no more hacks or blob chases. -**Plug-and-Play**: Just include the `ims.mk` Makefile — no more hacks or blob chases.
## 📦 How it works? ## 📦 How it works?
@@ -40,7 +40,7 @@ $(call inherit-product, vendor/mediatek/ims/ims.mk)
## ❗Disclaimer ## ❗Disclaimer
* This project is intended for use by developers porting AOSP to Mediatek devices. * This project is intended for use by developers porting AOSP to Mediatek devices.
* Tested on AOSP 16. Compatibility with earlier/later versions may require additional patches. * Tested on AOSP 16 QPR2+. Compatibility with earlier/later versions may require additional patches.
* IMS/VoLTE features may depend on proper carrier and modem configurations. * IMS/VoLTE features may depend on proper carrier and modem configurations.
## 📄 License ## 📄 License