diff options
author | Steven Moreland <smoreland@google.com> | 2016-11-21 16:28:54 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2016-11-21 16:28:54 -0800 |
commit | f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6 (patch) | |
tree | 46cff22d07e427d8e74ac5a2f9223893ea5397c9 /radio | |
parent | 17452436fb4b1c8171b7c24ea3d1cec04302eb9c (diff) | |
download | platform_hardware_interfaces-f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6.tar.gz platform_hardware_interfaces-f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6.tar.bz2 platform_hardware_interfaces-f8d68ec8555a92b8f3a2f534a90a6cab8cb669c6.zip |
Update makefiles for logging.
Bug: 32943424
Test: pass
Change-Id: Ic88ce6adf04e0e36db53e4cc06ac2ec5a90c011c
Diffstat (limited to 'radio')
-rw-r--r-- | radio/1.0/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp index 1bb8fe50be..8da9716d6a 100644 --- a/radio/1.0/Android.bp +++ b/radio/1.0/Android.bp @@ -73,6 +73,7 @@ cc_library_shared { "libhidlbase", "libhidltransport", "libhwbinder", + "liblog", "libutils", "libcutils", ], |