diff options
author | Tapas Dey <tdey@codeaurora.org> | 2020-05-06 10:37:54 +0530 |
---|---|---|
committer | Tapas Dey <tdey@codeaurora.org> | 2020-05-21 10:42:59 +0530 |
commit | caa7ca612a8f57ca4e2f020d030f5d21e84ed4ad (patch) | |
tree | 8dce70df4a27e314065ff18433b6162a8ff41fd4 /2.0/default/Android.bp | |
parent | bdd6847f89e15a51d2ab676a4f3cb1e9ebc80baa (diff) |
NFC: Fix compilation issuesHEADsugisawa-pn5xx
Modified code to fix build errors.
Removed inclusion of unwanted library
from build rules.
Change-Id: I2d56bfb9b36249a5bb6841119974bd743f20f93e
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", |