summaryrefslogtreecommitdiffstats
path: root/vibrator
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-12-07 16:58:15 -0800
committerYifan Hong <elsk@google.com>2016-12-07 17:12:54 -0800
commitd2532c4822575245b1f91062480d60d1af8371ca (patch)
tree17cbc56ce4a2f5aa33223a4a011afbe40cd10990 /vibrator
parenta35e97cdebeabcb1c99191508b2afcae4056dd1e (diff)
downloadandroid_hardware_interfaces-d2532c4822575245b1f91062480d60d1af8371ca.tar.gz
android_hardware_interfaces-d2532c4822575245b1f91062480d60d1af8371ca.tar.bz2
android_hardware_interfaces-d2532c4822575245b1f91062480d60d1af8371ca.zip
Update dependencies for vibrator vts.
It uses the implicit cast in libhidlbase. Test: compiles with CL 308798 on AOSP. Change-Id: I1e026cae56ff5e394df7313f09715c0cf5fc28e0
Diffstat (limited to 'vibrator')
-rw-r--r--vibrator/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vibrator/1.0/vts/functional/Android.bp b/vibrator/1.0/vts/functional/Android.bp
index e893ec61a..a24cf5ce5 100644
--- a/vibrator/1.0/vts/functional/Android.bp
+++ b/vibrator/1.0/vts/functional/Android.bp
@@ -20,6 +20,7 @@ cc_test {
srcs: ["vibrator_hidl_hal_test.cpp"],
shared_libs: [
"libbase",
+ "libhidlbase",
"liblog",
"libutils",
"android.hardware.vibrator@1.0",