summaryrefslogtreecommitdiff
path: root/client-libs/netd/com/android
AgeCommit message (Collapse)Author
2021-02-01Have a collection of utilities for netd - NetdUtilslucaslin
Some files which will be inside mainline module depend on NetworkManagementService to talk to netd, but after they become a part of mainline module, they cannot access @hide API of NetworkManagementService. So create a NetdUtils to help them to talk to netd. Bug: 170598012 Test: atest CtsNetTestCasesLatestSdk NetdStaticLibTests Change-Id: I8bee1204b9533b70844da0b3768427438fd0c890
2021-01-08Have a new library - netd-client in frameworks/libs/netlucaslin
Move BaseNetdUnsolicitedEventListener from tethering module to frameworks/libs/net and have a new library for it. Tethering module can still use BaseNetdUnsolicitedEventListener through netd-client and ConnectivityService and Nat464Xlat also can use it when both of them are under frameworks/base. Bug: 174837473 Test: Manual test and check the log. Change-Id: I44dff1c7639e50b8f20b54c6d5733139b20e2986