aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-04-19 17:48:27 +0100
committerPaul Duffin <paulduffin@google.com>2021-04-19 17:48:27 +0100
commit46d65f40251f585944e861479eba3de3ba9dca5b (patch)
tree2be65f797df313d3f63482294e62bde3d61bd71c
parent41358a4970c9655dea799c66a6ad597744250070 (diff)
downloadrobolectric-shadows-46d65f40251f585944e861479eba3de3ba9dca5b.tar.gz
Use <x>-for-host instead of core-libart or okhttp
Bug: 185789034 Test: m robolectric_android-all-device-deps layoutlib Change-Id: I7ff18685a77ddb4d7e2eba672e7faa2b46f3bac5
-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",