msm8226-common: Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I640a3f0e0839214523627bf0b59fd5ae9dd2c61c
This commit is contained in:
Steven Moreland 2019-10-01 11:01:16 -07:00 committed by RomanDesigner
parent 67be5b8d30
commit a08bb59d7b
No known key found for this signature in database
GPG Key ID: 3D58447600ECB3AA
3 changed files with 2 additions and 7 deletions

View File

@ -9,7 +9,7 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := libbase libarect
LOCAL_SHARED_LIBRARIES := \
libhardware libnativewindow libgui liblog libcamera_client libutils libcutils libdl libhidltransport libsensor \
libhardware libnativewindow libgui liblog libcamera_client libutils libcutils libdl libhidlbase libsensor \
android.hidl.token@1.0-utils \
android.hardware.graphics.bufferqueue@1.0

View File

@ -24,9 +24,7 @@ LOCAL_SHARED_LIBRARIES := \
android.hardware.radio@1.0 \
android.hardware.radio@1.1 \
android.hardware.radio.deprecated@1.0 \
libhidlbase \
libhidltransport \
libhwbinder
libhidlbase
LOCAL_STATIC_LIBRARIES := \
libprotobuf-c-nano-enable_malloc \

View File

@ -34,7 +34,6 @@ cc_library_shared {
"libbase",
"libutils",
"libhidlbase",
"libhidltransport",
"android.hardware.sensors@1.0",
],
static_libs: [
@ -59,8 +58,6 @@ cc_binary {
"libbase",
"libutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"android.hardware.sensors@1.0",
],
arch: {