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

Commit 04cf174f authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 9f3540d0: Merge "Oops. Fix make variable name. Thanks again, make."

* commit '9f3540d0':
  Oops. Fix make variable name. Thanks again, make.
parents 4255cbd1 9f3540d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ LIBADB_SRC_FILES := \
    transport.c \
    transport_usb.c \

LIBADB_C_FLAGS := \
    -Wall -Werror \
LIBADB_CFLAGS := \
    -Wall -Werror -Wno-unused-parameter \
    -D_XOPEN_SOURCE -D_GNU_SOURCE \
    -fvisibility=hidden \

+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#include "adb_listeners.h"

#include <stdio.h>

#include "sysdeps.h"

int gListenAll = 0; /* Not static because it is used in commandline.c. */