flo: Rename libnfc-brcm.conf -> libnfc-nci.conf

Change nfc.mk as well to reflect the new file name

Test: compiles
Change-Id: Ic7d88b13cd79705aced6283ca8ee5fb067611941
This commit is contained in:
Ruchi Kandoi 2017-12-07 13:36:30 -08:00 committed by followmsi
parent b6fd8d2ed1
commit 887d5ebec7
3 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
device/asus/flo/nfc/libnfc-brcm.conf:system/vendor/etc/libnfc-brcm.conf \
device/asus/flo/nfc/libnfc-brcm-20791b05.conf:system/vendor/etc/libnfc-brcm-20791b05.conf
device/asus/flo/nfc/libnfc-nci.conf:system/vendor/etc/libnfc-nci.conf \
device/asus/flo/nfc/libnfc-nci-20791b05.conf:system/vendor/etc/libnfc-nci-20791b05.conf
$(call inherit-product-if-exists, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product-if-exists, hardware/qcom/msm8960/msm8960.mk)