diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2014-11-23 02:06:45 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2014-11-23 02:09:36 -0800 |
| commit | 9520f47d3909dfe48f8f7d853792b1ad63209105 (patch) | |
| tree | 79d4928d9b6179419199cbeea321f5ab29d96eae | |
| parent | 1f7ff8c188c21fefe1eee3261c212b6f453452af (diff) | |
klteusc: Move NFC HAL to device specific trees
Change-Id: I37610a26ce1a6a37e544f9f1b2894a0fdfd31bcd
| -rw-r--r-- | device.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ $(call inherit-product-if-exists, vendor/samsung/klteusc/klteusc-vendor.mk) DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay # NFC +PRODUCT_PACKAGES += \ + nfc_nci.pn54x.default + PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \ $(LOCAL_PATH)/configs/libnfc-nxp.conf:system/etc/libnfc-nxp.conf \ |
