sm6225-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
diff --git a/extract-files.py b/extract-files.py
index 238d4f7..1b66a40 100755
--- a/extract-files.py
+++ b/extract-files.py
@@ -62,6 +62,8 @@
}
blob_fixups: blob_fixups_user_type = {
+ 'vendor/bin/hw/android.hardware.security.keymint-service-qti': blob_fixup()
+ .add_needed('android.hardware.security.rkp-V3-ndk.so'),
'vendor/lib64/vendor.libdpmframework.so': blob_fixup()
.add_needed('libhidlbase_shim.so'),
} # fmt: skip