summaryrefslogtreecommitdiff
path: root/client-libs
AgeCommit message (Collapse)Author
2021-05-24Add visibility for packages/modules/ConnectivityBaligh Uddin
Also cleanup previous locations from visibility rules. BUG: 186628461 Test: TH Merged-In: I579cfbae1645643a876883cc586e66a1084e3389 Change-Id: Id48980dede159e48c049f85bc34a84004a72a7e3
2021-02-22[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/netBob Badour
Added SPDX-license-identifier-Apache-2.0 to: client-libs/Android.bp client-libs/tests/unit/Android.bp common/Android.bp common/native/bpf_syscall_wrappers/Android.bp common/native/netjniutils/Android.bp common/tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6ea23b03b1fadb54c7974c9f716f0f13795f84c5
2021-02-09Merge "Specify version for aidl_interface explicitly"Treehugger Robot
2021-02-06Specify version for aidl_interface explicitlyJeongik Cha
Bug: 150578172 Test: m Change-Id: I8b1e35a84e4ad4be479fd1508f06514879b174da
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