aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-05-18 20:07:50 -0700
committerJoe Onorato <joeo@google.com>2012-07-20 14:48:20 -0700
commit5e839ffb9c72505b8361336534083eee9ddccde0 (patch)
tree7d6e77551abcf45cdc6a511b12c9614f910a44f8
parent14b4d945586243192c8118f4f49be59ebbf561b8 (diff)
downloadjavassist-5e839ffb9c72505b8361336534083eee9ddccde0.tar.gz
host modules don't need LOCAL_MODULE_TAGS
Change-Id: Id642cda496fbc2f2b3e5743686bf864a3f85eca7
-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)