summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-04-11 09:14:24 -0700
committerSteven Moreland <smoreland@google.com>2017-04-19 10:32:56 -0700
commit24576e1221c6205383037af439413729665d2157 (patch)
tree68b230387bfa17b9cfe8e0393253c61a71553745
parent421643aab5fec0fa942ec905c18bd4f5e0cdf2ce (diff)
downloadlibhardware-24576e1221c6205383037af439413729665d2157.tar.gz
nfc.default: remove unneeded dependency
libcutils was not used Test: links Bug: 33241851 (cherry picked from commit d23bf8aabb893555b7f6c74f1ded06e291427d8d) Merged-In: Ic53e48b95461bb09b44df83952288a96ba9af65a Change-Id: Ic53e48b95461bb09b44df83952288a96ba9af65a
-rw-r--r--modules/nfc/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nfc/Android.bp b/modules/nfc/Android.bp
index bd93bb5b..53ab309f 100644
--- a/modules/nfc/Android.bp
+++ b/modules/nfc/Android.bp
@@ -18,6 +18,5 @@ cc_library_shared {
srcs: ["nfc_pn544_example.c"],
shared_libs: [
"liblog",
- "libcutils",
],
}