summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2012-05-18 20:04:55 -0700
committerJoe Onorato <joeo@google.com>2012-07-20 14:47:56 -0700
commit46fe5f84b7d50bf9a01aaeea6bea4bce293f7408 (patch)
tree65a0c4aa4f8d812434164fc5ef79f7c2af6dde63
parent40bb73886c61d4b2e96bab98b50c1cbfcb54d9a3 (diff)
downloadandroid_external_android-mock-46fe5f84b7d50bf9a01aaeea6bea4bce293f7408.tar.gz
android_external_android-mock-46fe5f84b7d50bf9a01aaeea6bea4bce293f7408.tar.bz2
android_external_android-mock-46fe5f84b7d50bf9a01aaeea6bea4bce293f7408.zip
host modules don't need LOCAL_MODULE_TAGS
Change-Id: I599873d9ee71d3d8953b84547b46231d289102f2
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6734347..5f9d32b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,7 +33,6 @@ LOCAL_SRC_FILES := \
include $(BUILD_STATIC_JAVA_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := android-mock-generatorlib
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_STATIC_JAVA_LIBRARIES := easymock javassist