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

Commit 6dc5d7c4 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 825bd39f: am 2c93697c: am c4f8fa7b: Merge "Link libraries needed for Darwin adb tests."

* commit '825bd39f':
  Link libraries needed for Darwin adb tests.
parents 0e8325ae 825bd39f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@ ifeq ($(HOST_OS),linux)
  LOCAL_LDLIBS += -lrt -ldl -lpthread
endif

ifeq ($(HOST_OS),darwin)
  LOCAL_LDLIBS += -framework CoreFoundation -framework IOKit
endif

include $(BUILD_HOST_NATIVE_TEST)

# adb host tool