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-29 16:11:08 +0900
commite7abbc5f72c809c0da78b9db5378a80ae14a1a7c (patch)
tree01ee06f59a0a1fc05f44795660f3c869e6314e6d
parent049b6dc0ec38e161df32726521f5f4dcf1661f86 (diff)
downloadrobolectric-e7abbc5f72c809c0da78b9db5378a80ae14a1a7c.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 Merged-In: Iddc1e537deab202ad8bcaacbef7613191773e6f3 Change-Id: Iddc1e537deab202ad8bcaacbef7613191773e6f3 (cherry picked from commit 50f9c9e1aa4e3dab7000aca3edfc24039758e357)
-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 \