OSDN Git Service

su: disable the legacy su completely
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 19 May 2014 16:38:35 +0000 (00:38 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 4 May 2017 17:22:49 +0000 (01:22 +0800)
su/Android.mk [deleted file]

diff --git a/su/Android.mk b/su/Android.mk
deleted file mode 100644 (file)
index 297e0a3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_CFLAGS := -std=c11 -Wall -Werror
-
-LOCAL_SRC_FILES:= su.c
-
-LOCAL_MODULE:= su
-
-LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := debug
-
-include $(BUILD_EXECUTABLE)