Add the correct NFC HAL library.

NXP HAL library has a board platform suffix instead of product target.

Test: HAL library loaded correctly on boot
Change-Id: I6d794987140e604853945c2b3d29320a2e4a23a9
This commit is contained in:
Ruchi Kandoi
2017-11-14 13:06:33 -08:00
parent 632d1b2cbf
commit 2e5f03b821

View File

@@ -285,7 +285,7 @@ PRODUCT_PACKAGES += \
# NFC packages
PRODUCT_PACKAGES += \
nfc_nci.$(PRODUCT_HARDWARE) \
nfc_nci.$(TARGET_BOARD_PLATFORM) \
NfcNci \
Tag \
android.hardware.nfc@1.0-impl \