Add explicit dep on framework-wifi.impl

android_robolectric_test is having some implicit deps removed
from it, so add in what we depend on directly.

Bug: 157451444
Bug: 161767237
Test: m RunSettingsRoboTests
Merged-In: I800b434c8049121db115cff87d51e164e4529999
Change-Id: I847cbeaab7aab6e3cb109df7cafd8a63d63c6acb
This commit is contained in:
Anton Hansson
2020-07-21 10:11:41 +01:00
parent d3c9df3e7e
commit 40a8846e54

View File

@@ -69,6 +69,7 @@ android_robolectric_test {
],
libs: [
"framework-wifi.impl",
"ims-common",
],