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

Commit 7d86f5e5 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 239f6ac8: Merge "Fix Win32 adb build (for the second time today)."

* commit '239f6ac8':
  Fix Win32 adb build (for the second time today).
parents f077e45c 239f6ac8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,8 +47,12 @@ LIBADB_TEST_SRCS := \
LIBADB_CFLAGS := \
    $(ADB_COMMON_CFLAGS) \
    -fvisibility=hidden \

LIBADB_linux_CFLAGS := \
    -std=c++14 \

LIBADB_CFLAGS += $(LIBADB_$(HOST_OS)_CFLAGS)

LIBADB_darwin_SRC_FILES := \
    fdevent.cpp \
    get_my_path_darwin.cpp \