summaryrefslogtreecommitdiff
path: root/su
diff options
context:
space:
mode:
Diffstat (limited to 'su')
-rw-r--r--su/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/su/Android.mk b/su/Android.mk
index dd412d59..0593cc96 100644
--- a/su/Android.mk
+++ b/su/Android.mk
@@ -10,6 +10,6 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libc
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
-LOCAL_MODULE_TAGS := debug tests
+LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)