commit | 611bc021e6702f4067af3cf270317b97d93e9123 | [log] [tgz] |
---|---|---|
author | Lucas Lin <lucaslin@google.com> | Mon Jun 21 20:22:10 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Tue Jun 22 09:24:37 2021 +0000 |
tree | f9c9646276b0535995fe39ec6df478754cc9d772 | |
parent | 77cb456671195769250f82e129be93bde82f67d3 [diff] [blame] |
Call ConnectivitySettingsUtils to set/get private DNS related settings ConnectivitySettingsManager and CtsNetUtils are doing the same thing to set/get private DNS related settings. To prevent making the duplication code in two places, move the body to frameworks/libs/net and call it. Bug: 185311744 Test: atest CtsNetTestCases CtsNetTestCasesLatestSdk Original-Change: https://android-review.googlesource.com/1719017 Merged-In: I3272c825b86ec30c3d0bf4097088c653e668461b Change-Id: I3272c825b86ec30c3d0bf4097088c653e668461b
diff --git a/tests/cts/net/util/Android.bp b/tests/cts/net/util/Android.bp index b5f1208..fffd30f 100644 --- a/tests/cts/net/util/Android.bp +++ b/tests/cts/net/util/Android.bp
@@ -27,5 +27,6 @@ "junit", "net-tests-utils", "modules-utils-build", + "net-utils-framework-common", ], }