host_init_verifier: vendor/samsung/sm8550-common/proprietary/vendor/etc/init/nxp.android.hardware.nfc@1.2-service.rc: invalid interface in service 'vendor.nfc_hal_service': Interface is not in the known set of hidl_interfaces: 'vendor.samsung.hardware.nfc@2.0::ISehNfc'. Please ensure the interface is spelled correctly and built by a hidl_interface target. Change-Id: If39b2194df07a58156c13a785b6d4dc0908cc8e3
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
soong_namespace {
|
|
imports: [
|
|
"hardware/google/interfaces",
|
|
"hardware/google/pixel",
|
|
"hardware/lineage/interfaces/power-libperfmgr",
|
|
"hardware/qcom-caf/common/libqti-perfd-client",
|
|
],
|
|
}
|
|
|
|
prebuilt_hidl_interfaces {
|
|
name: "hidl_samsung_nfc_interface",
|
|
interfaces: [
|
|
"vendor.samsung.hardware.nfc@2.0::ISehNfc",
|
|
],
|
|
}
|