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.
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SHARED_LIBRARIES := libhidltransport
|
||||
LOCAL_MODULE := android.hidl.base@1.0
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||
|
|
|
@ -20,9 +20,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libbase \
|
||||
libhardware \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
liblog \
|
||||
libhwbinder \
|
||||
libutils \
|
||||
android.hardware.light@2.0
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ cc_binary {
|
|||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
|
|
|
@ -28,7 +28,6 @@ cc_binary {
|
|||
"libbase",
|
||||
"libcutils",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libfmq",
|
||||
"liblog",
|
||||
"libutils",
|
||||
|
|
|
@ -16,8 +16,6 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libbase \
|
||||
libcutils \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
libhwbinder \
|
||||
libutils \
|
||||
libhardware \
|
||||
android.hardware.usb@1.0
|
||||
|
|
Loading…
Reference in a new issue