mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: move nfc data to /data/vendor/nfc
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: I1d6453d04cad9bca330801abe27ac4df4c7d76ba
This commit is contained in:
parent
4fed82613c
commit
9f0f037948
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ NFC_DEBUG_ENABLED=1
|
||||||
#REPORT_PERFORMANCE_MEASURE=100
|
#REPORT_PERFORMANCE_MEASURE=100
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# File used for NFA storage
|
# File used for NFA storage
|
||||||
NFA_STORAGE="/data/nfc"
|
NFA_STORAGE="/data/vendor/nfc"
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# When screen is turned off, specify the desired power state of the controller.
|
# When screen is turned off, specify the desired power state of the controller.
|
||||||
# 0: power-off-sleep state; DEFAULT
|
# 0: power-off-sleep state; DEFAULT
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ PRODUCT_PACKAGES += \
|
||||||
Tag
|
Tag
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/libnfc-nci.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/libnfc-nci.conf \
|
$(LOCAL_PATH)/configs/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \
|
||||||
$(LOCAL_PATH)/configs/nfcee_access.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/nfcee_access.xml
|
$(LOCAL_PATH)/configs/nfcee_access.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/nfcee_access.xml
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue