Whitelist settings robotests to access wifi impl details

The test is already accessing these via robolectric leaking the impl
jar, so make the dep explicit.

Note that the merged-in tag is unrelated to the actual change.

Bug: 157451444
Bug: 161767237
Test: m RunSettingsRoboTests
Merged-In: Ic1a14c34334eb276724d97c4e763360d51cb035b
Change-Id: Id283ecb2b9b8bd087028f9a68604adc516e9ea9e
This commit is contained in:
Anton Hansson
2020-07-21 10:20:06 +01:00
parent 56e2b90936
commit f7c2162913

View File

@@ -73,6 +73,7 @@ test_access_hidden_api_whitelist = [
"//external/robolectric-shadows:__subpackages__", "//external/robolectric-shadows:__subpackages__",
"//frameworks/base/packages/SettingsLib/tests/integ", "//frameworks/base/packages/SettingsLib/tests/integ",
"//external/sl4a:__subpackages__", "//external/sl4a:__subpackages__",
"//packages/apps/Settings/tests/robotests", // TODO(b/161767237): remove
] ]
// wifi-service needs pre-jarjared version of framework-wifi so it can reference copied utility // wifi-service needs pre-jarjared version of framework-wifi so it can reference copied utility