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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user