diff options
| author | Mark Chien <markchien@google.com> | 2022-05-31 08:33:58 +0000 |
|---|---|---|
| committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | 2022-06-01 09:01:59 +0000 |
| commit | 18945ad4572391c9f95c96197d9436a30cb06f83 (patch) | |
| tree | fe4d4b34873a3243619acad24f0460392ef8547b | |
| parent | 29c9c3337990ff7d346f0662a4d56a6bef0034d1 (diff) | |
Make net-utils-device-common-bpf only available for module and tests
net-utils-device-common-bpf is design for connectivity module only,
change the visibility to avoid someone outside of the module use it inadvertently.
Bug: 234160319
Change-Id: I3c7c48b60414f19bad8be0bda38ea5af3dc99c86
Test: TH
(cherry picked from commit 72cd1a9ef29d2b908f8ad066b84b4a0f17cc2de7)
Merged-In: I3c7c48b60414f19bad8be0bda38ea5af3dc99c86
| -rw-r--r-- | common/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Android.bp b/common/Android.bp index e0b75c5..1d0f49b 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -127,7 +127,6 @@ java_library { "//frameworks/libs/net/common/testutils:__subpackages__", "//packages/modules/Connectivity:__subpackages__", "//packages/modules/NetworkStack:__subpackages__", - "//frameworks/base/services/core", ], libs: [ "androidx.annotation_annotation", |
