r8q: Use blobbed Gatekeeper HAL

* Samsung added a function called isMdfppGatekeeper() for registering HAL as default or mdfpp. AOSP gatekeeper doesn't support that kind of approach and we need to register gatekeeper-qti as default. Use blobbed gatekeeper until a proper gatekeeper mdfpp bringup.

* This affects all Samsung SM8250 platform.

Signed-off-by: ata-kaner <ata_kaner@outlook.com>
This commit is contained in:
ata-kaner
2024-01-07 14:02:30 +03:00
parent 30c4d4c1ed
commit 798311fabf
4 changed files with 23 additions and 0 deletions
+13
View File
@@ -207,3 +207,16 @@ cc_prebuilt_binary {
relative_install_path: "hw",
soc_specific: true,
}
cc_prebuilt_binary {
name: "android.hardware.gatekeeper@1.0-service",
owner: "samsung",
srcs: ["proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service"],
check_elf_files: false,
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}