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_STATIC_LIBRARIES := libbase libarect
LOCAL_SHARED_LIBRARIES := \ 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.hidl.token@1.0-utils \
android.hardware.graphics.bufferqueue@1.0 android.hardware.graphics.bufferqueue@1.0

View file

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

View file

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