mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
67be5b8d30
commit
a08bb59d7b
3 changed files with 2 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue