diff options
author | Joe Onorato <joeo@google.com> | 2012-05-18 20:12:18 -0700 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2012-08-16 22:39:26 -0700 |
commit | 34b173f485cd6ee2ef92442a79c9844e56ed868a (patch) | |
tree | 6e436c73e2f77afafdde6e8bf9ed61bfbaf99d34 /chimpchat/test | |
parent | 0cd878f3a22cd5d648ee96441cc59d9b20d17aab (diff) | |
download | sdk-34b173f485cd6ee2ef92442a79c9844e56ed868a.zip sdk-34b173f485cd6ee2ef92442a79c9844e56ed868a.tar.gz sdk-34b173f485cd6ee2ef92442a79c9844e56ed868a.tar.bz2 |
host modules don't need LOCAL_MODULE_TAGS
Change-Id: I5412777820c8b0e691d07b10df348a739f92f291
Diffstat (limited to 'chimpchat/test')
-rw-r--r-- | chimpchat/test/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chimpchat/test/Android.mk b/chimpchat/test/Android.mk index 7b6698d..d7f686c 100644 --- a/chimpchat/test/Android.mk +++ b/chimpchat/test/Android.mk @@ -20,6 +20,4 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_MODULE := chimpchattest LOCAL_JAVA_LIBRARIES := junit chimpchat ddmlib guavalib -LOCAL_MODULE_TAGS := tests - include $(BUILD_HOST_JAVA_LIBRARY) |