diff options
-rw-r--r-- | nfc_vendor_product.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfc_vendor_product.mk b/nfc_vendor_product.mk index e4197f3..1fd0da0 100644 --- a/nfc_vendor_product.mk +++ b/nfc_vendor_product.mk @@ -1,5 +1,5 @@ # Enable build support for NFC open source vendor modules -ifeq ($(call is-board-platform-in-list, sdm845 sdm710 qcs605),true) +ifeq ($(call is-board-platform-in-list, sdm845 sdm710 qcs605 sdm660),true) TARGET_USES_NQ_NFC := true endif |