From aa7f228871bd5983e7989c9be21fd5834c158430 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 14 Sep 2020 19:38:50 -0700 Subject: Use robolectric-host-android_all for locally built runtime I931f9145f1ced21a9f86d647cfbb6d2b645b4f18 made robolectric_android-all-stub empty, breaking running robolectric tests packaged by Soong. Use robolectric-host-android_all instead. Test: m robolectric-tests Change-Id: I65e1e3e9af673bba074e34bfa5c3cf9b2442c25b --- common/robolectric/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/robolectric/Android.bp b/common/robolectric/Android.bp index a2e942a8..db873963 100644 --- a/common/robolectric/Android.bp +++ b/common/robolectric/Android.bp @@ -16,5 +16,5 @@ java_import { android_robolectric_runtimes { name: "robolectric-android-all-prebuilts", jars: ["android-all/*.jar"], - lib: "robolectric_android-all-stub", + lib: "robolectric-host-android_all", } -- cgit v1.2.3