summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-03-04 10:40:08 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-03-04 18:13:17 +0800
commitb6ceb81578636735716655855a410b4d4db72281 (patch)
tree54f033dad92a22ba6f56e3d3bf257226a53100a8
parent523dc45e28d34fdb33a7d2b5e13839d2ae5eaf2d (diff)
common: grab NFC modules from nfc-vendor-product.mk
Change-Id: I03bd35adda2bc06fc1685e7e8b6a4106594541f0
-rw-r--r--common.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index c6eea93..13fb050 100644
--- a/common.mk
+++ b/common.mk
@@ -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