mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Enable NFC support
/system/etc/libnfc-nci.conf from M307FNXXU3BTG3 Signed-off-by: Jesse Chan <jc@lineageos.org> Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
93acf1f219
commit
6d5b82b9ea
2 changed files with 173 additions and 0 deletions
|
|
@ -23,6 +23,16 @@ PRODUCT_PACKAGES += \
|
|||
init.usb_accessory.rc \
|
||||
fstab.enableswap
|
||||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
libnfc-nci \
|
||||
libnfc_nci_jni \
|
||||
NfcNci \
|
||||
Tag
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/libnfc-nci.conf:system/etc/libnfc-nci.conf
|
||||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
netutils-wrapper-1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue