Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
begonia: Switch to NQ NFC stack
Browse files Browse the repository at this point in the history
 * So that it matches prebuilt vendor. On a sidenote, this was
   moved from the common tree to the individual device trees,
   because not all the targets support NFC.

Change-Id: Ic600594bc073ef3883225fb01039b1953a880807
Signed-off-by: theimpulson <aayushgupta219@gmail.com>
  • Loading branch information
bgcngm authored and theimpulson committed Apr 12, 2020
1 parent 074d0a8 commit 30e22dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
# Network Routing
TARGET_IGNORES_FTP_PPTP_CONNTRACK_FAILURE := true

# NFC
TARGET_USES_NQ_NFC := true

# Partitions
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
Expand Down
12 changes: 9 additions & 3 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@ PRODUCT_PACKAGES += \

# NFC
PRODUCT_PACKAGES += \
NfcNci \
Tag \
com.android.nfc_extras
com.android.nfc_extras \
com.gsma.services.nfc \
com.nxp.nfc.nq \
libnqnfc_nci_jni \
nqnfcee_access.xml \
nqnfcse_access.xml \
NQNfcNci \
SecureElement \
Tag

# Trust
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit 30e22dc

Please sign in to comment.