aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSundong Ahn <sundongahn@google.com>2018-07-31 17:04:35 +0900
committerSundong Ahn <sundongahn@google.com>2018-08-01 18:40:01 +0900
commit50f9c9e1aa4e3dab7000aca3edfc24039758e357 (patch)
tree01ee06f59a0a1fc05f44795660f3c869e6314e6d
parentd0f537bcafee37d550c8f241fb72c8a60c93aefb (diff)
downloadrobolectric-50f9c9e1aa4e3dab7000aca3edfc24039758e357.tar.gz
Change library name
android.test.base will be changed to java sdk library, and this library can not be used as a static library. So this module uses android.test.base_static instead of android.test.base to behave the same as the existing one. Bug: 77577799 Test: make -j Change-Id: Iddc1e537deab202ad8bcaacbef7613191773e6f3
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index e0852a8fd..b57c2976a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,7 +27,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
icu4j-icudata-jarjar \
icu4j-icutzdata-jarjar \
ims-common \
- android.test.base \
+ android.test.base_static \
libphonenumber-platform \
okhttp \
services \