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

Commit f8d6b9b1 authored by Dan Albert's avatar Dan Albert
Browse files

Link libraries needed for Darwin adb tests.

Change-Id: I1c3c3a7bbd3824f5f3a37ee80c24d1c2a9b98748
parent 2cba9405
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