From e7abbc5f72c809c0da78b9db5378a80ae14a1a7c Mon Sep 17 00:00:00 2001 From: Sundong Ahn Date: Tue, 31 Jul 2018 17:04:35 +0900 Subject: 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) --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3