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>
Tue, 26 Feb 2019 13:54:11 +0000 (21:54 +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)