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

Commit 2c93697c authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am c4f8fa7b: Merge "Link libraries needed for Darwin adb tests."

* commit 'c4f8fa7b':
  Link libraries needed for Darwin adb tests.
parents 38cb7caf c4f8fa7b
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