OSDN Git Service

Disable the legacy su
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>
Fri, 15 Jun 2018 08:37:48 +0000 (16:37 +0800)
su/Android.mk [deleted file]

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