From 2306a6a6ec72aa77e3f82620f72dba7cfa3c8d3c Mon Sep 17 00:00:00 2001 From: Aleksander Gencel Date: Sat, 19 Dec 2020 15:59:26 +0100 Subject: [PATCH] d855: Comment out NFC HAL in proprietary-files * Although it is not ideal to include NFC HAL here in device.mk as Kevin Haggerty stated, I don't think there is a good way to do it in our case. All variants, except for ls990 use the same NFC and that's what causes all the trouble. * Reason for revert would be that scripts create unnecessary inclusion of nfc_nci.msm8974.so in d855-vendor.mk under PRODUCT_COPY_FILES and simply, that's easier way. This reverts commit 9a5739e66d0a44347881807c0cc44d7c318c02b8. Change-Id: I607598b41f800290dea2296175bea0bd1497229e --- proprietary-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary-files.txt b/proprietary-files.txt index 3967305..450f72a 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -65,4 +65,4 @@ etc/firmware/venus.mbn:vendor/firmware/venus.mbn etc/firmware/venus.mdt:vendor/firmware/venus.mdt # NFC -vendor/lib/hw/nfc_nci.msm8974.so|7dcb79a385dd1155cb9b6310a3e7b85b7dc8db13 +#vendor/lib/hw/nfc_nci.msm8974.so|7dcb79a385dd1155cb9b6310a3e7b85b7dc8db13