From 8d8574bec41ed450b8c49070f32ed90b2e66243b Mon Sep 17 00:00:00 2001 From: markchien Date: Wed, 10 Nov 2021 01:29:37 +0800 Subject: [PATCH] Add net-utils-device-common-bpfjni to allow_deps.txt libbpfmapjni is renamed to libnet_utils_device_common_bpf Apex-Size-Increase: -8192B before: -rw-r----- 1 markchien primarygroup 2887680 Nov 10 12:18 out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex after: -rw-r----- 1 markchien primarygroup 2879488 Nov 10 12:25 out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex Previous-Platform-Support: There is no behavior change for the module. The new dependencies net-utils-device-common-bpf is separated from net-utils-device-common-netlink which is also used by tethering module. Aosp-First: yes Test-Info: there is no behavior change for tethering module. Existing TetheringPrivilegedTests could cover the test. Bug: 179733303 Test: TH Change-Id: Ia918ebe42a82320b5bed285278fe2f70c4f9f7df --- build/allowed_deps.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index ea73a1b..310bc63 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -285,7 +285,6 @@ libbinder_headers(minSdkVersion:29) libbinder_headers_platform_shared(minSdkVersion:29) libbinderthreadstateutils(minSdkVersion:29) libbluetooth-types-header(minSdkVersion:29) -libbpfmapjni(minSdkVersion:30) libbrotli(minSdkVersion:(no version)) libbuildversion(minSdkVersion:(no version)) libbytes(minSdkVersion:(no version)) @@ -444,6 +443,7 @@ libnativehelper_compat_libc++(minSdkVersion:29) libnativehelper_header_only(minSdkVersion:29) libnativeloader-headers(minSdkVersion:S) libnativewindow_headers(minSdkVersion:29) +libnet_utils_device_common_bpfjni(minSdkVersion:30) libnetdbinder_utils_headers(minSdkVersion:29) libnetdutils(minSdkVersion:29) libnetjniutils(minSdkVersion:29) @@ -590,6 +590,7 @@ ndk_libc++abi(minSdkVersion:(no version)) ndk_libc++abi(minSdkVersion:16) ndk_libunwind(minSdkVersion:16) net-utils-device-common(minSdkVersion:29) +net-utils-device-common-bpf(minSdkVersion:29) net-utils-device-common-netlink(minSdkVersion:29) net-utils-device-common-struct(minSdkVersion:29) net-utils-framework-common(minSdkVersion:current)