summaryrefslogtreecommitdiffstats
path: root/vibrator
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-11-16 14:17:58 -0800
committerYifan Hong <elsk@google.com>2016-11-18 00:00:54 -0800
commit6b920e43d379cdca8afe1831705690b95b3d71ef (patch)
tree8c285c7a59c425e509ecac2eb140b7d29c711f76 /vibrator
parent3269881688f170fb4096ca515ec79d098d869eba (diff)
downloadplatform_hardware_interfaces-6b920e43d379cdca8afe1831705690b95b3d71ef.tar.gz
platform_hardware_interfaces-6b920e43d379cdca8afe1831705690b95b3d71ef.tar.bz2
platform_hardware_interfaces-6b920e43d379cdca8afe1831705690b95b3d71ef.zip
Split libhidl into base and transport.
Bug: 32756130 Test: mma Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
Diffstat (limited to 'vibrator')
-rw-r--r--vibrator/1.0/Android.bp6
-rw-r--r--vibrator/1.0/default/Android.bp3
-rw-r--r--vibrator/1.0/default/Android.mk3
-rw-r--r--vibrator/1.0/vts/Android.mk6
4 files changed, 12 insertions, 6 deletions
diff --git a/vibrator/1.0/Android.bp b/vibrator/1.0/Android.bp
index faf4341367..bd88241d33 100644
--- a/vibrator/1.0/Android.bp
+++ b/vibrator/1.0/Android.bp
@@ -38,13 +38,15 @@ cc_library_shared {
generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.vibrator@1.0_genc++_headers"],
shared_libs: [
- "libhidl",
+ "libhidlbase",
+ "libhidltransport",
"libhwbinder",
"libutils",
"libcutils",
],
export_shared_lib_headers: [
- "libhidl",
+ "libhidlbase",
+ "libhidltransport",
"libhwbinder",
"libutils",
],
diff --git a/vibrator/1.0/default/Android.bp b/vibrator/1.0/default/Android.bp
index 4dd00dd3cd..5e488e6a95 100644
--- a/vibrator/1.0/default/Android.bp
+++ b/vibrator/1.0/default/Android.bp
@@ -17,7 +17,8 @@ cc_library_shared {
relative_install_path: "hw",
srcs: ["Vibrator.cpp"],
shared_libs: [
- "libhidl",
+ "libhidlbase",
+ "libhidltransport",
"liblog",
"libhwbinder",
"libutils",
diff --git a/vibrator/1.0/default/Android.mk b/vibrator/1.0/default/Android.mk
index 2b168bb50a..5ba334b4ce 100644
--- a/vibrator/1.0/default/Android.mk
+++ b/vibrator/1.0/default/Android.mk
@@ -24,7 +24,8 @@ LOCAL_SRC_FILES := \
service.cpp \
LOCAL_SHARED_LIBRARIES := \
- libhidl \
+ libhidlbase \
+ libhidltransport \
liblog \
libhwbinder \
libutils \
diff --git a/vibrator/1.0/vts/Android.mk b/vibrator/1.0/vts/Android.mk
index bdecb85a6a..5a7326a5bf 100644
--- a/vibrator/1.0/vts/Android.mk
+++ b/vibrator/1.0/vts/Android.mk
@@ -36,7 +36,8 @@ LOCAL_SHARED_LIBRARIES += \
libutils \
libcutils \
liblog \
- libhidl \
+ libhidlbase \
+ libhidltransport \
libhwbinder \
libprotobuf-cpp-full \
libvts_common \
@@ -73,7 +74,8 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
liblog \
- libhidl \
+ libhidlbase \
+ libhidltransport \
libhwbinder \
libprotobuf-cpp-full \
libvts_common \