From b35d0120896df4e35f9edbe996a36684e5ff0159 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Wed, 18 Aug 2021 00:41:20 +0000 Subject: Add iconloader(minSdkVersion:26). iconloaderlib was min 21 but that's incorrect, and the actual minimum SDK version is at least 26. Bug: 188851870 Apex-Size-Increase: N/A Previous-Platform-Support: N/A (Upgrading minimum SDK version) Ignore-Aosp-First: We need this change in sc-dev Test-Info: presubmit Change-Id: I62b04b80a8e217f247868fb3acedb334af3b0282 Merged-In: I62b04b80a8e217f247868fb3acedb334af3b0282 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index a49a679d..4567deef 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -212,6 +212,7 @@ GooglePermissionController(minSdkVersion:30) guava(minSdkVersion:current) gwp_asan_headers(minSdkVersion:S) iconloader(minSdkVersion:21) +iconloader(minSdkVersion:26) ipmemorystore-aidl-interfaces-java(minSdkVersion:29) ipmemorystore-aidl-interfaces-V10-java(minSdkVersion:29) jacocoagent(minSdkVersion:9) -- cgit v1.2.3