Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e717020d authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "adb: Use new libusbhost library for USB support on Linux host."

parents 8a154aee d7249c45
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -81,6 +81,9 @@ LOCAL_STATIC_LIBRARIES := libzipfile libunz $(EXTRA_STATIC_LIBS)
ifeq ($(USE_SYSDEPS_WIN32),)
	LOCAL_STATIC_LIBRARIES += libcutils
endif
ifeq ($(HOST_OS),linux)
  LOCAL_STATIC_LIBRARIES += libusbhost
endif

include $(BUILD_HOST_EXECUTABLE)

+210 −425

File changed.

Preview size limit exceeded, changes collapsed.