Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Ied304d76cba152dc91d4fab09179b74a532072b3
This commit is contained in:
parent
243fbf3ea8
commit
f81b318e9a
5 changed files with 0 additions and 7 deletions
|
@ -14,7 +14,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
|
||||||
LOCAL_MODULE := android.hidl.base@1.0
|
LOCAL_MODULE := android.hidl.base@1.0
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
|
|
@ -20,9 +20,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
libbase \
|
||||||
libhardware \
|
libhardware \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
liblog \
|
liblog \
|
||||||
libhwbinder \
|
|
||||||
libutils \
|
libutils \
|
||||||
android.hardware.light@2.0
|
android.hardware.light@2.0
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,6 @@ cc_binary {
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
|
|
@ -28,7 +28,6 @@ cc_binary {
|
||||||
"libbase",
|
"libbase",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
|
||||||
"libfmq",
|
"libfmq",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
|
|
@ -16,8 +16,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libbase \
|
libbase \
|
||||||
libcutils \
|
libcutils \
|
||||||
libhidlbase \
|
libhidlbase \
|
||||||
libhidltransport \
|
|
||||||
libhwbinder \
|
|
||||||
libutils \
|
libutils \
|
||||||
libhardware \
|
libhardware \
|
||||||
android.hardware.usb@1.0
|
android.hardware.usb@1.0
|
||||||
|
|
Loading…
Reference in a new issue