Use default libnfc-nci.conf if not found in vendor/etc

From https://android-review.googlesource.com/c/platform/build/+/620268
Icc6e0b1d2b29adacf085cfa68566b064e736d3fa
This commit is contained in:
Pierre-Hugues Husson 2018-02-20 21:30:42 +01:00
parent e3bf50c88c
commit 9dccd6e70e
1 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,9 @@ PRODUCT_COPY_FILES += \
device/phh/treble/ld.config.26.txt:system/etc/ld.config.26.txt \
device/phh/treble/ld.config.27.txt:system/etc/ld.config.27.txt \
# NFC:
# Provide default libnfc-nci.conf file for devices that does not have one in
# vendor/etc
PRODUCT_COPY_FILES += \
device/phh/treble/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf