libhidltransport users user libhidlbase

libhidltransport symbols are being moved into libhidlbase in order to
optimize linking/memory usage. libhidltransport will no longer be
required in the future (however removing references to it will come
separately).

Bug: 134961554
Test: boot
Change-Id: Ibcc2db32d3bec1a786b60e11d4820ecd0605f403
This commit is contained in:
Steven Moreland 2019-06-10 13:44:19 -07:00
parent 22f6dcec7e
commit 085a82ecb1
4 changed files with 5 additions and 2 deletions

View file

@ -25,6 +25,7 @@ cc_test {
// TODO(b/64437680): Assume these libs are always available on the device.
shared_libs: [
"libfmq",
"libhidlbase",
"libhidltransport",
"libsync",
],

View file

@ -22,6 +22,7 @@ cc_test {
// TODO(b/64437680): Assume these libs are always available on the device.
shared_libs: [
"libfmq",
"libhidlbase",
"libhidltransport",
"libsync",
],

View file

@ -20,7 +20,8 @@ cc_test {
srcs: ["VtsHalHealthStorageV1_0TargetTest.cpp"],
static_libs: ["android.hardware.health.storage@1.0"],
shared_libs: [
"libhidltransport"
"libhidlbase",
"libhidltransport",
],
test_suites: ["general-tests"],
}

View file

@ -155,11 +155,11 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := \
libgmock \
libgtest \
libhidlbase \
android.hardware.wifi@1.0-service-lib
LOCAL_SHARED_LIBRARIES := \
libbase \
libcutils \
libhidlbase \
libhidltransport \
liblog \
libnl \