miatoll: nfc: Update storage path to /data/vendor/nfc

The stock configuration oddly sets this reside on /data/nfc which is not
writable by modern policy. Instead, all vendor runtime data should go
into /data/vendor.

Signed-off-by: Marijn Suijten <marijns95@gmail.com>
Change-Id: I60a94a39239268046016fcf8be4a613ef4ae6541
This commit is contained in:
Marijn Suijten 2020-09-05 15:19:42 +02:00 committed by Alexander Winkowski
parent 22acb9aeec
commit 2d6f1e5943
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -9,7 +9,7 @@ NFC_DEBUG_ENABLED=0x01
############################################################################### ###############################################################################
# File used for NFA storage # File used for NFA storage
NFA_STORAGE="/data/nfc" NFA_STORAGE="/data/vendor/nfc"
############################################################################### ###############################################################################
# Force UICC to only listen to the following technology(s). # Force UICC to only listen to the following technology(s).