From 5c5e2fd8bd0ce817de4f07516a17b5a8b30194d9 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Thu, 6 Jan 2022 15:38:07 +0800 Subject: [PATCH] Update apex allowed deps for new lib The 32Shims was added intended for TIRAMISU, but the actually code for TIRAMISU is not 32. Thus, replace 32Shims with 33Shims and update the corresponding usage. Bug: N/A Test: run update-apex-allowed-deps.sh Aosp-First: Yes Test-Info: m ; run update-apex-allowed-deps.sh Apex-Size-Increase: 0. Only rename the lib Previous-Platform-Support: Yes Change-Id: I11a34429373c433535285ce5a11a51fbd16f62cf --- build/allowed_deps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 91dd49c..3893457 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -635,7 +635,7 @@ networkstack-client(minSdkVersion:29) NetworkStackApi29Shims(minSdkVersion:29) NetworkStackApi30Shims(minSdkVersion:29) NetworkStackApi31Shims(minSdkVersion:29) -NetworkStackApi32Shims(minSdkVersion:29) +NetworkStackApi33Shims(minSdkVersion:29) NetworkStackApiCurrentShims(minSdkVersion:29) NetworkStackApiStableLib(minSdkVersion:29) NetworkStackApiStableShims(minSdkVersion:29)