Clean up min_sdk_version allowlist

Hard-coded min_sdk_version is not necessary for kotlinx-* modules
because they are already marked by updater script.

Bug: 158059172
Test: m nothing
Change-Id: I42cf26c9390244f93059af68027cca4f8518a828
This commit is contained in:
Jooyung Han
2022-04-26 16:21:28 +09:00
parent be9b9deef9
commit 036ef1f8f6

View File

@@ -870,10 +870,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
"gemmlowp_headers": 30,
"guava-listenablefuture-prebuilt-jar": 30,
"ike-internals": 30,
"kotlinx-coroutines-android": 28,
"kotlinx-coroutines-android-nodeps": 30,
"kotlinx-coroutines-core": 28,
"kotlinx-coroutines-core-nodeps": 30,
"libbrotli": 30,
"libcrypto_static": 30,
"libeigen": 30,