From e81082ddfee1a21c3908457e8701e81943ba81ec Mon Sep 17 00:00:00 2001 From: Hungming Chen Date: Sat, 25 Dec 2021 16:17:37 +0800 Subject: [PATCH] Add libip_checksum to allow_deps.txt Needed because the new dependencies of libip_checksum is required for moving clatd into tethering module. Apex-Size-Increase: 8192B before: out/target/product/raven/system/apex/com.android.tethering.apex -rw-r----- 1 nuccachen primarygroup 2961408 Dec 25 15:44 out/target/product/raven/system/apex/com.android.tethering.apex after: out/target/product/raven/system/apex/com.android.tethering.apex -rw-r----- 1 nuccachen primarygroup 2969600 Dec 25 15:58 out/target/product/raven/system/apex/com.android.tethering.apex Previous-Platform-Support: yes libip_checksum is a static library. tethering module links libip_checksum statically. Aosp-First: yes Ignore-AOSP-First: merge conflict resolutions Test-Info: atest libclat and manual test to check modified clatd works We will be adding integration test. Test: TH Bug: 212345928 Change-Id: Ieba9e2819e225aa7f40e0df219c2c6b9eebf9efe Merged-In: Ieba9e2819e225aa7f40e0df219c2c6b9eebf9efe --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 18b8515..91dd49c 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -413,6 +413,7 @@ libhwbinder-impl-internal(minSdkVersion:29) libhwbinder_headers(minSdkVersion:29) libidna(minSdkVersion:(no version)) libion(minSdkVersion:29) +libip_checksum(minSdkVersion:30) libjsoncpp(minSdkVersion:29) libkll(minSdkVersion:30) libkll-encoder(minSdkVersion:30)