From 0e5e0c77d4f1f74e30d4f39e4df21ae124f6b9c1 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 21 Jul 2020 10:11:41 +0100 Subject: [PATCH] Add explicit dep on framework-wifi.impl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit android_robolectric_test is having some implicit deps removed from it, so add in what we depend on directly. Bug: 157451444 Bug: 161767237 Bug: 167568930 Test: m RunSettingsRoboTests Exempt-From-Owner-Approval:‌ ‌Cherry-pick Merged-In: I847cbeaab7aab6e3cb109df7cafd8a63d63c6acb Change-Id: I847cbeaab7aab6e3cb109df7cafd8a63d63c6acb --- tests/robotests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index fecbec1f2d5..6b491e51aa9 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -69,8 +69,8 @@ android_robolectric_test { ], libs: [ + "framework-wifi.impl", "ims-common", - "telephony-common", ], java_resource_dirs: ["config", "resources"],