diff options
| author | Andre Eisenbach <eisenbach@google.com> | 2017-12-06 16:16:36 -0800 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 14:29:21 +0100 |
| commit | e940258ee4b0f15620f222766e7ce81d1d175092 (patch) | |
| tree | 541b5b713ee42234651a82b96b2d84312183e480 | |
| parent | ac0618a513ae7b1025b08e67a67adf3816da58d7 (diff) | |
g3-common: Rename libnfc-brcm.conf -> libnfc-nci.conf
Test: manual
Merged-In: I9655a14e021024540cf342022cb817e1f8d0f9ad
Change-Id: I9655a14e021024540cf342022cb817e1f8d0f9ad
| -rw-r--r-- | configs/nfc/libnfc-nci.conf (renamed from configs/nfc/libnfc-brcm.conf) | 2 | ||||
| -rw-r--r-- | g3.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/nfc/libnfc-brcm.conf b/configs/nfc/libnfc-nci.conf index b9d2579..be51700 100644 --- a/configs/nfc/libnfc-brcm.conf +++ b/configs/nfc/libnfc-nci.conf @@ -1,4 +1,4 @@ -###################### Start of libnfc-brcm.conf ####################### +###################### Start of libnfc-nci.conf ####################### ############################################################################### # Application options @@ -175,7 +175,7 @@ PRODUCT_PACKAGES += \ Tag PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/nfc/libnfc-brcm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-brcm.conf \ + $(LOCAL_PATH)/configs/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \ $(LOCAL_PATH)/configs/nfc/libnfc-nxp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf \ $(LOCAL_PATH)/configs/nfc/nfcee_access.xml:$(TARGET_COPY_OUT_VENDOR)/etc/nfcee_access.xml |
