summaryrefslogtreecommitdiffstats
path: root/broadcastradio
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2016-11-21 12:13:05 -0800
committerEric Laurent <elaurent@google.com>2016-11-21 12:13:05 -0800
commitfda400b5beef53eeff55a8b143a624769a772376 (patch)
tree5380168107ee44a131fdb16edeb1f652d79f5672 /broadcastradio
parenta174588f8d2bb17cd0eb90ff3ed2700c000c8d65 (diff)
downloadandroid_hardware_interfaces-fda400b5beef53eeff55a8b143a624769a772376.tar.gz
android_hardware_interfaces-fda400b5beef53eeff55a8b143a624769a772376.tar.bz2
android_hardware_interfaces-fda400b5beef53eeff55a8b143a624769a772376.zip
fix build for broacast radio HAL implementation
Test: make full-eng Change-Id: I5cfae94a5f4097290d57c7481312d48d417c31dd
Diffstat (limited to 'broadcastradio')
-rw-r--r--broadcastradio/1.0/default/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/broadcastradio/1.0/default/Android.mk b/broadcastradio/1.0/default/Android.mk
index 843b8debc..734a0e129 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 \