aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 94c0e53..d265e3f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,9 +17,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-# We only want this apk build for tests.
-LOCAL_MODULE_TAGS := tests
-
# We need classes from the tools dir in the JDK
LOCAL_CLASSPATH := $(HOST_JDK_TOOLS_JAR)