Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nxp-nfc sources to fix NFC not working on G3 #5

Open
wants to merge 1 commit into
base: n7.1.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
<project path="external/libncurses" name="external_libncurses" remote="tesla" />
<project path="external/libnfc-nci" name="external_libnfc-nci" groups="pdk" remote="tesla" />
<project path="external/libnfc-nxp" name="external_libnfc-nxp" groups="pdk" remote="tesla" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" path="vendor/nxp-nfc/opensource/frameworks" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" path="vendor/nxp-nfc/opensource/libnfc-nci" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_Nfc" path="vendor/nxp-nfc/opensource/Nfc" remote="github" revision="cm-14.1" />
<project path="external/libnetfilter_conntrack" name="external_libnetfilter_conntrack" remote="tesla" />
<project path="external/libnfnetlink" name="external_libnfnetlink" remote="tesla" />
<project path="external/libselinux" name="external_libselinux" groups="pdk" remote="tesla" />
Expand Down