diff options
Diffstat (limited to '2.0/default/Android.bp')
-rw-r--r-- | 2.0/default/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2.0/default/Android.bp b/2.0/default/Android.bp index de5fef5..c7b3d35 100644 --- a/2.0/default/Android.bp +++ b/2.0/default/Android.bp @@ -8,10 +8,10 @@ cc_binary { "service.cpp", "Nfc.cpp", "NqNfc.cpp", + "NxpNfcLegacy.cpp", ], shared_libs: [ "nfc_nci.nqx.default.hw", - "se_nq_extn_client", "libhidlbase", "libutils", "liblog", @@ -19,6 +19,7 @@ cc_binary { "android.hardware.nfc@1.1", "android.hardware.nfc@1.2", "vendor.nxp.hardware.nfc@2.0", + "vendor.nxp.nxpnfclegacy@1.0", ], header_libs: [ "libhardware_headers", |