From cbb0238405ace9ba1b8a8d36da44c44d807fa076 Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Fri, 29 Oct 2021 10:43:21 +0800 Subject: [PATCH] [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 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 0e0365a..47804d1 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)