From 3395d79757ea92b1a47acc68c5a8947cf143d5bf Mon Sep 17 00:00:00 2001 From: Hungming Chen Date: Fri, 7 Jan 2022 19:06:55 +0800 Subject: [PATCH] Add clatd to allow_deps.txt Needed because clatd is going to be modularized. Apex-Size-Increase: 32768B before: out/target/product/raven/system/apex/com.android.tethering.apex -rw-r--r-- 1 nuccachen primarygroup 2965504 Jan 7 18:56 out/target/product/raven/system/apex/com.android.tethering.apex after: -rw-r--r-- 1 nuccachen primarygroup 2998272 Jan 7 19:02 out/target/product/raven/system/apex/com.android.tethering.apex clatd binary size: 24408B $ deapexer extract out/target/product/raven/system/apex/com.android.tethering.apex apex $ ls -all apex/bin/clatd -rwxr-xr-x 1 nuccachen primarygroup 24408 Jan 1 1970 apex/bin/clatd Previous-Platform-Support: no Aosp-First: yes Ignore-AOSP-First: merge conflict resolutions Test-Info: atest clatd_test Test: TH Bug: 212345928 Change-Id: I1998f83ffcecf20bc9af9e860f9d21fdf4573515 Merged-In: I1998f83ffcecf20bc9af9e860f9d21fdf4573515 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 9ed4f2a..ace3505 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -184,6 +184,7 @@ brotli-java(minSdkVersion:current) captiveportal-lib(minSdkVersion:29) car-rotary-lib(minSdkVersion:28) car-ui-lib(minSdkVersion:28) +clatd(minSdkVersion:30) codecs_g711dec(minSdkVersion:29) com.google.android.material_material(minSdkVersion:14) conscrypt(minSdkVersion:29)