aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkchien <markchien@google.com>2021-10-26 18:59:37 +0800
committerMark Chien <markchien@google.com>2021-10-26 11:47:32 +0000
commit8c3cb8f1802aaf67823a057c82ac9046fbfc5287 (patch)
tree021eb50a0af0fbd94790fe4b03786cfddda84e95
parent539ebcd77e38c3918614dcdec8f208c40dde28c4 (diff)
downloadcommon-8c3cb8f1802aaf67823a057c82ac9046fbfc5287.tar.gz
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
-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 4876c8a9..971dce7f 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))