diff options
author | Steven Moreland <smoreland@google.com> | 2016-11-21 16:19:57 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2016-11-21 16:19:57 -0800 |
commit | 3e3a0998e0032e32f034c996a9dec9bdcf31ee62 (patch) | |
tree | 4f0d94ec60014fc468376c0db12e383021ac3647 /nfc/1.0 | |
parent | 3bca1eef75f39ffe20a39b2f2cc8b56f3083bc37 (diff) | |
download | platform_hardware_interfaces-3e3a0998e0032e32f034c996a9dec9bdcf31ee62.tar.gz platform_hardware_interfaces-3e3a0998e0032e32f034c996a9dec9bdcf31ee62.tar.bz2 platform_hardware_interfaces-3e3a0998e0032e32f034c996a9dec9bdcf31ee62.zip |
Update makefiles for logging.
Bug: 32943424
Test: hidl_test
Change-Id: I86dc81935912861073497c07696378895a25f9ee
Diffstat (limited to 'nfc/1.0')
-rw-r--r-- | nfc/1.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nfc/1.0/Android.bp b/nfc/1.0/Android.bp index 9584636d56..9b8b095ca1 100644 --- a/nfc/1.0/Android.bp +++ b/nfc/1.0/Android.bp @@ -49,6 +49,7 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhwbinder", + "liblog", "libutils", "libcutils", ], |