From 8c3cb8f1802aaf67823a057c82ac9046fbfc5287 Mon Sep 17 00:00:00 2001 From: markchien Date: Tue, 26 Oct 2021 18:59:37 +0800 Subject: [PATCH] Add libbpfmapjni to allowed_deps.txt Apex-Size-Increase: 4096 B before: $ ls -al out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex -rw-r----- 1 markchien primarygroup 2879488 Oct 26 19:07 out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex after: $ ls -al out/target/product/vsoc_x86_64/system/apex/com.android.tethering.apex -rw-r----- 1 markchien primarygroup 2875392 Oct 26 19:14 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 libbpfmapjni is separate from tethering module code for other module to easily use bpf map. Aosp-First: yes Test-Info: there is no behavior change for tethering module. libbpfmapjni is tested by TetheringPrivilegedTests which is setup in postsubmit currently (may move to presubmit). Bug: 179733303 Test: TH Change-Id: Idb629e6e07fcd6c2f25217af172126fd2499a301 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 4876c8a..971dce7 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -285,6 +285,7 @@ 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))