diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-03-04 10:40:08 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-03-04 18:13:17 +0800 |
commit | b6ceb81578636735716655855a410b4d4db72281 (patch) | |
tree | 54f033dad92a22ba6f56e3d3bf257226a53100a8 | |
parent | 523dc45e28d34fdb33a7d2b5e13839d2ae5eaf2d (diff) |
common: grab NFC modules from nfc-vendor-product.mk
Change-Id: I03bd35adda2bc06fc1685e7e8b6a4106594541f0
-rw-r--r-- | common.mk | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -80,6 +80,13 @@ ifneq (,$(filter usb, $(TARGET_COMMON_QTI_COMPONENTS))) include $(LOCAL_PATH)/usb/qti-usb.mk endif +# Nxp NFC +ifeq ($(TARGET_USES_NQ_NFC),true) +PRODUCT_PACKAGES += \ + vendor.nxp.hardware.nfc@2.0-service \ + nfc_nci.nqx.default.hw +endif + # QCOM HW crypto ifeq ($(TARGET_HW_DISK_ENCRYPTION),true) TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/commonsys/cryptfs_hw |