summaryrefslogtreecommitdiff
path: root/client-libs/tests/unit
AgeCommit message (Collapse)Author
2021-07-01Add visibility for Connectivity testsandroid12-devRemi NGUYEN VAN
Allow all Connectivity test subpackages to use the targets, so that the visibility does not need to be updated when test suites are reorganized inside Connectivity. Bug: 187935317 Test: m Original-Change: https://android-review.googlesource.com/1730122 Merged-In: I99d1ec954ebe313e553443a9f081d54d7a5f12c1 Change-Id: I99d1ec954ebe313e553443a9f081d54d7a5f12c1
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-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