aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2021-10-29 10:43:21 +0800
committerKen Chen <cken@google.com>2021-12-06 03:19:40 +0000
commitcbb0238405ace9ba1b8a8d36da44c44d807fa076 (patch)
treebf9bcf8a7a9c84b2759fed252228dd639ec856c5
parent29cfb321e19dd7d5fc29d4b9eeab1f816ad449ef (diff)
downloadcommon-cbb0238405ace9ba1b8a8d36da44c44d807fa076.tar.gz
[NETD-BPF#31] Update allowed_deps.txt for bpf_map_utils
bpf_map_utils is referenced by libconn_for_netd in Tethering module. Bug: 202086915 Test: see below Apex-Size-Increase: 0. Adding a header file in cc_library_headers does not increase apex size. Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: 1. m; flash; boot 2. cd system/netd && atest 3. cd packages/modules/Connectivity && atest 4. atest FrameworksNetTests Change-Id: Ie9281dce11593ac9072a4626afdb5fa3ebb48f34
-rw-r--r--build/allowed_deps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index 0e0365a6..47804d1c 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -178,6 +178,7 @@ boringssl_self_test(minSdkVersion:29)
bouncycastle(minSdkVersion:31)
bouncycastle-unbundled(minSdkVersion:30)
bpf_connectivity_headers(minSdkVersion:30)
+bpf_map_utils(minSdkVersion:30)
bpf_syscall_wrappers(minSdkVersion:30)
brotli-java(minSdkVersion:current)
captiveportal-lib(minSdkVersion:29)