aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-04-20 08:13:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-20 08:13:36 +0000
commit670d526dff65b8fd2277cb3a9c59c857ad6a4a24 (patch)
tree2be65f797df313d3f63482294e62bde3d61bd71c
parente2663e87f00f0e997a81e3a92bcc6b53fdf30d01 (diff)
parent90ebc860b519d4d1c2ddd8297b4ccc55b926e159 (diff)
downloadrobolectric-shadows-670d526dff65b8fd2277cb3a9c59c857ad6a4a24.tar.gz
Use <x>-for-host instead of core-libart or okhttp am: 46d65f4025 am: 90ebc860b5
Original change: https://android-review.googlesource.com/c/platform/external/robolectric-shadows/+/1679350 Change-Id: Ie7691d687af2934bdc8ef88ce00ffbb78f79429a
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 0fa45fc65..002c42455 100644
--- a/Android.bp
+++ b/Android.bp
@@ -93,7 +93,7 @@ java_device_for_host {
libs: [
"conscrypt",
"core-icu4j",
- "core-libart",
+ "core-libart-for-host",
"ext",
"framework-all",
"icu4j-icudata-jarjar",
@@ -101,7 +101,7 @@ java_device_for_host {
"ims-common",
"android.test.base_static",
"libphonenumber-platform",
- "okhttp",
+ "okhttp-for-host",
"services",
"services.accessibility",
"telephony-common",