aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-09 16:40:00 -0700
committerColin Cross <ccross@android.com>2017-10-09 16:40:00 -0700
commit5e434b67ee60a62350511ee0c354210512a2fe6c (patch)
tree8f4dee410ff9eb471d944b64ad36d6509843ef6e
parentc35e9c5a25433d1e4beb65993bf8a326916fb2cb (diff)
downloadrobolectric-5e434b67ee60a62350511ee0c354210512a2fe6c.tar.gz
Follow renames of hamcrest-host and junit-host
hamcrest-host is now hamcrest and junit-host is now junit. Test: m -j checkbuild Change-Id: Ie6dfae8dc9acbe1e81eaf61aa0871fc149445f34
-rw-r--r--v1/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/v1/Android.mk b/v1/Android.mk
index 5915c1648..c8405e004 100644
--- a/v1/Android.mk
+++ b/v1/Android.mk
@@ -24,12 +24,12 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
robolectric-commons-codec \
robolectric-commons-logging \
robolectric-h2 \
- hamcrest-host \
+ hamcrest \
robolectric-httpclient \
robolectric-httpcore \
robolectric-javassist \
robolectric-json \
- junit-host \
+ junit \
robolectric-maps \
objenesis-host \
robolectric-sqlite-jdbc \