sm8450-common: Add security.rkp-V3 dependency to keymint service
The symbol _ZN4aidl7android8hardware8security7keymint29IRemotelyProvisionedComponent10descriptorE was moved from android.hardware.security.keymint-V2-ndk to android.hardware.security.rkp-V3-ndk. Change-Id: I7f3c40e3e8a2a848cdcb73e5232952f63681aa58
This commit is contained in:
@@ -64,6 +64,9 @@ fi
|
||||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/bin/hw/android.hardware.security.keymint-service-qti|vendor/lib/libqtikeymint.so|vendor/lib64/libqtikeymint.so)
|
||||
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || "${PATCHELF_0_17_2}" --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
||||
;;
|
||||
vendor/etc/init/hw/init.mi_thermald.rc|vendor/etc/init/hw/init.qcom.usb.rc|vendor/etc/init/hw/init.qti.kernel.rc)
|
||||
sed -i 's/on charger/on property:init.svc.vendor.charger=running/g' "${2}"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user