summaryrefslogtreecommitdiffstats
path: root/graphics/common/1.0
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 /graphics/common/1.0
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 'graphics/common/1.0')
-rw-r--r--graphics/common/1.0/Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/common/1.0/Android.bp b/graphics/common/1.0/Android.bp
index fa95ca0f04..6c6ebbeb96 100644
--- a/graphics/common/1.0/Android.bp
+++ b/graphics/common/1.0/Android.bp
@@ -30,13 +30,15 @@ cc_library_shared {
generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"],
shared_libs: [
- "libhidl",
+ "libhidlbase",
+ "libhidltransport",
"libhwbinder",
"libutils",
"libcutils",
],
export_shared_lib_headers: [
- "libhidl",
+ "libhidlbase",
+ "libhidltransport",
"libhwbinder",
"libutils",
],