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

Commit d7249c45 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

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



Change-Id: I341e3be0a3eed48b6c5b6559fdbd0e956e2d8fb9
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 30ff2c70
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.