Implementation of Eth Service updateConfiguration

EthernetServiceImpl#updateConfiguration API implementation to allow
for dynamically updating the network capability or ip configuration of
an ethernet based interface.

Bug: 210485380
Test: atest EthernetServiceTests
Change-Id: Idd3b7875a24643d245d0f4bb6f2f4c459898116e
This commit is contained in:
James Mattis
2021-12-29 16:52:34 -08:00
parent cfa7a08bcf
commit 7f0823c15f
8 changed files with 378 additions and 117 deletions

View File

@@ -36,6 +36,8 @@ android_test {
"ethernet-service",
"frameworks-base-testutils",
"mockito-target-minus-junit4",
"net-tests-utils",
"services.core",
"services.net",
],
}