Add dependency on libcutils.

* Used for get system properies.

Test: pass test hidl_test.
Change-Id: I3b6d2deb442cd627a6f30312f0c204177d410ecb
diff --git a/nfc/1.0/Android.mk b/nfc/1.0/Android.mk
index 12af4b5..9b1d49c 100644
--- a/nfc/1.0/Android.mk
+++ b/nfc/1.0/Android.mk
@@ -70,6 +70,7 @@
   libhidl \
   libhwbinder \
   libutils \
+  libcutils \
 
 LOCAL_MULTILIB := both
 include $(BUILD_SHARED_LIBRARY)