clean up some hard-coded min_sdk_version

androidx libs don't need hard-coded min_sdk_version any longer.

Bug: 158059172
Test: m
Change-Id: I1ba48b030604562dd74574ae163cb2ec01a47c4a
This commit is contained in:
Jooyung Han 2021-02-04 15:30:59 +09:00
parent 23c38fa9a7
commit 67363e6be7
1 changed files with 63 additions and 68 deletions

View File

@ -751,11 +751,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
}(map[string]int{
"adbd": 30,
"android.net.ipsec.ike": 30,
"androidx-constraintlayout_constraintlayout-solver": 30,
"androidx.annotation_annotation": 28,
"androidx.arch.core_core-common": 28,
"androidx.collection_collection": 28,
"androidx.lifecycle_lifecycle-common": 28,
"apache-commons-compress": 29,
"bouncycastle_ike_digests": 30,
"brotli-java": 29,