sm8550-common: Enable broken dup rules check

Change-Id: I9a80f6246410d1571ea44990ff573a931556e1e4
This commit is contained in:
chaptsand
2025-03-30 00:26:21 +08:00
parent 04bae2db1e
commit 62600d8561
5 changed files with 5 additions and 26 deletions

View File

@@ -73,7 +73,7 @@ blob_fixups: blob_fixups_user_type = {
.add_needed('libui_shim.so'),
'vendor/lib64/libsamsungcamerahal.so': blob_fixup()
.sig_replace('E0 8A', '94 8B'),
'vendor/etc/init/android.hardware.security.keymint-service.rc': blob_fixup()
'vendor/etc/init/android.hardware.security.keymint-service-qti.rc': blob_fixup()
.regex_replace('android.hardware.security.keymint-service', 'android.hardware.security.keymint-service-qti'),
} # fmt: skip