From fda400b5beef53eeff55a8b143a624769a772376 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Mon, 21 Nov 2016 12:13:05 -0800 Subject: [PATCH] fix build for broacast radio HAL implementation Test: make full-eng Change-Id: I5cfae94a5f4097290d57c7481312d48d417c31dd --- broadcastradio/1.0/default/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broadcastradio/1.0/default/Android.mk b/broadcastradio/1.0/default/Android.mk index 843b8debc5..734a0e1291 100644 --- a/broadcastradio/1.0/default/Android.mk +++ b/broadcastradio/1.0/default/Android.mk @@ -10,7 +10,8 @@ LOCAL_SRC_FILES := \ Utils.cpp LOCAL_SHARED_LIBRARIES := \ - libhidl \ + libhidlbase \ + libhidltransport \ libhwbinder \ libutils \ liblog \