aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2022-11-09 13:38:24 +0100
committerJose Luis Marti <joseluis.marti@gmail.com>2022-11-09 13:38:24 +0100
commitdaed516d1cbb30f5c5ed710efedee858a5aa8e5b (patch)
tree9cbb47a4261bbfaa895685fed0b2ed541da21f04 /tools
parent0850bb2c266aca68533faa8f551d8c9cfae7c951 (diff)
GDBPATH define in makefile
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in
index 026a6a3d5e..1e7c0708d1 100644
--- a/tools/android/packaging/Makefile.in
+++ b/tools/android/packaging/Makefile.in
@@ -47,8 +47,6 @@ endif
# libc++
STLLIB=$(TOOLCHAIN)/sysroot/usr/lib/$(HOST)/libc++_shared.so
-GDBPATH=$(NDKROOT)/prebuilt/android-$(ARCH)/gdbserver/gdbserver
-
# check for java 1.8
JAVA8=$(shell java -version 2>&1 | grep -q '1.8.[0-9]' && echo yes)
ifeq ($(JAVA8),yes)