diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2019-08-09 22:32:26 +0100 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2019-08-10 01:21:35 +0200 |
| commit | 00f1f9cf480b9df25c2240983d8328430e652442 (patch) | |
| tree | 56eeeb85b5d6dab37de2c660535a1a723c91021f | |
| parent | 58167960fa86562faedf19b12074d65855ad6414 (diff) | |
polaris: Clean up NFC packages
AOSP impl is not needed at all when NQ NFC is used and all the
rest are implicitly built.
Include support for GSMA NFC API while at it.
Change-Id: Ib8141fb8ceedffc3ebecb7ad4e71491a31573f07
| -rw-r--r-- | device.mk | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 2018 The LineageOS Project +# Copyright (C) 2018-2019 The LineageOS Project # # SPDX-License-Identifier: Apache-2.0 # @@ -67,12 +67,9 @@ PRODUCT_COPY_FILES += \ # NFC PRODUCT_PACKAGES += \ - android.hardware.nfc@1.0-impl \ com.android.nfc_extras \ + com.gsma.services.nfc \ com.nxp.nfc.nq \ - com.nxp.nfc.nq.xml \ - libnqnfc-nci \ - libnqp61-jcop-kit \ nfc_nci.nqx.default \ NQNfcNci \ nqnfcee_access.xml \ |
