diff options
author | Tapas Dey <tdey@codeaurora.org> | 2020-03-24 17:06:04 +0530 |
---|---|---|
committer | Tapas Dey <tdey@codeaurora.org> | 2020-03-24 17:07:35 +0530 |
commit | 50a7a1be391b5b0f0c22b79a95cda403fd88dfbd (patch) | |
tree | a92d1051205256bff134686f2dc36b8c1e1fd49b | |
parent | 847d3b75007bca3f3b8610daf2ed3108bc72df2c (diff) |
NFC: Remove references to libhwbinder & libhidltransport
As per Android-R upgrade contents of libhwbinder and libhidltransport
have been moved to libhidlbase & hence no longer required.
Change-Id: Ib19e5babbd1ab5de1353d82567ccbb6111e43339
-rw-r--r-- | 1.0/default/Android.bp | 1 | ||||
-rw-r--r-- | 1.1/default/Android.bp | 2 | ||||
-rw-r--r-- | 1.2/default/Android.bp | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/1.0/default/Android.bp b/1.0/default/Android.bp index 083dc08..46e5eef 100644 --- a/1.0/default/Android.bp +++ b/1.0/default/Android.bp @@ -9,7 +9,6 @@ cc_library_shared { "liblog", "libhardware", "libhidlbase", - "libhidltransport", "libutils", "vendor.nxp.hardware.nfc@1.0", ], diff --git a/1.1/default/Android.bp b/1.1/default/Android.bp index d8c2fb5..35c56f9 100644 --- a/1.1/default/Android.bp +++ b/1.1/default/Android.bp @@ -12,10 +12,8 @@ cc_binary { shared_libs: [ "nfc_nci.nqx.default.hw", "libhidlbase", - "libhidltransport", "libutils", "liblog", - "libhwbinder", "android.hardware.nfc@1.1", "android.hardware.nfc@1.0", "vendor.nxp.hardware.nfc@1.0", diff --git a/1.2/default/Android.bp b/1.2/default/Android.bp index 46bfcd0..9484f56 100644 --- a/1.2/default/Android.bp +++ b/1.2/default/Android.bp @@ -12,7 +12,6 @@ cc_binary { shared_libs: [ "nfc_nci.nqx.default.hw", "libhidlbase", - "libhidltransport", "libutils", "liblog", "android.hardware.nfc@1.0", |