diff options
author | Anton Hansson <hansson@google.com> | 2020-07-21 10:20:06 +0100 |
---|---|---|
committer | Xin Li <delphij@google.com> | 2020-09-02 07:35:57 +0000 |
commit | 0dc853e9fa189a12b72fdbd67d90999583314061 (patch) | |
tree | 93e32a9ba6ad57b4d6c672d56c844053b74dd56d /wifi | |
parent | eae34dbebf7030985bf7a38e17a9768483f04691 (diff) |
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
Exempt-From-Owner-Approval: Cherry-pick
Merged-In: Id283ecb2b9b8bd087028f9a68604adc516e9ea9e
Change-Id: Id283ecb2b9b8bd087028f9a68604adc516e9ea9e
(cherry picked from commit f7c216291324c5c07dd175bcf159badc0434e8d0)
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/Android.bp b/wifi/Android.bp index 941ff61b3ba5..02616aff2a3f 100644 --- a/wifi/Android.bp +++ b/wifi/Android.bp @@ -73,6 +73,7 @@ test_access_hidden_api_whitelist = [ "//external/robolectric-shadows:__subpackages__", "//frameworks/base/packages/SettingsLib/tests/integ", "//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 |