commit | fda400b5beef53eeff55a8b143a624769a772376 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Mon Nov 21 12:13:05 2016 -0800 |
committer | Eric Laurent <elaurent@google.com> | Mon Nov 21 12:13:05 2016 -0800 |
tree | 5380168107ee44a131fdb16edeb1f652d79f5672 | |
parent | a174588f8d2bb17cd0eb90ff3ed2700c000c8d65 [diff] [blame] |
fix build for broacast radio HAL implementation Test: make full-eng Change-Id: I5cfae94a5f4097290d57c7481312d48d417c31dd
diff --git a/broadcastradio/1.0/default/Android.mk b/broadcastradio/1.0/default/Android.mk index 843b8de..734a0e1 100644 --- a/broadcastradio/1.0/default/Android.mk +++ b/broadcastradio/1.0/default/Android.mk
@@ -10,7 +10,8 @@ Utils.cpp LOCAL_SHARED_LIBRARIES := \ - libhidl \ + libhidlbase \ + libhidltransport \ libhwbinder \ libutils \ liblog \