summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-02 18:54:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-02 18:54:51 +0000
commit00625b6cb0fc5e9d3820ef31bbd732a3b752cda8 (patch)
tree547779f668a52710906861cce6a14f5e3526e80d
parentaeb0df532cb8cc5a7de4801ec0d646642a5d1548 (diff)
parent4251c76a6a764ff4b606b16cb8a1bd9c6a157a6f (diff)
downloadnetcat-00625b6cb0fc5e9d3820ef31bbd732a3b752cda8.tar.gz
-rw-r--r--Android.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 0636929..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:=\
- netcat.c \
- atomicio.c
-
-
-LOCAL_CFLAGS:= \
- -O2 -g \
- -Wall -Werror \
- -Wno-deprecated-declarations \
- -Wno-sign-compare \
- -Wno-unused-variable \
-
-#LOCAL_CFLAGS+=-DLINUX
-
-LOCAL_MODULE_TAGS := eng
-
-LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-
-LOCAL_MODULE:=nc
-
-# gold in binutils 2.22 will warn about the usage of mktemp
-LOCAL_LDFLAGS += -Wl,--no-fatal-warnings
-
-include $(BUILD_EXECUTABLE)