Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Return to stock IMS system stack

Change-Id: I72f838ce6602ee8de1635572791cb7743860a1d7
This commit is contained in:
Bruno Martins 2024-08-22 02:52:46 +01:00 committed by Albert Tang
commit 4315cd23c7
4 changed files with 65 additions and 18 deletions

View file

@ -58,6 +58,9 @@ function blob_fixup() {
product/etc/sysconfig/com.android.hotwordenrollment.common.util.xml)
sed -i "s/\/my_product/\/product/" "${2}"
;;
system_ext/framework/oplus-ims-ext.jar)
apktool_patch "${2}" "${MY_DIR}/blob-patches/oplus-ims-ext.patch" -r
;;
system_ext/lib64/libwfdnative.so)
sed -i "s/android.hidl.base@1.0.so/libhidlbase.so\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/" "${2}"
;;