Merge "Set min_sdk_version (system/core)"
This commit is contained in:
@@ -878,12 +878,8 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
|
|||||||
"kotlinx-coroutines-android-nodeps": 30,
|
"kotlinx-coroutines-android-nodeps": 30,
|
||||||
"kotlinx-coroutines-core": 28,
|
"kotlinx-coroutines-core": 28,
|
||||||
"kotlinx-coroutines-core-nodeps": 30,
|
"kotlinx-coroutines-core-nodeps": 30,
|
||||||
"libasyncio": 30,
|
|
||||||
"libbrotli": 30,
|
"libbrotli": 30,
|
||||||
"libbuildversion": 30,
|
|
||||||
"libcrypto_static": 30,
|
"libcrypto_static": 30,
|
||||||
"libcrypto_utils": 30,
|
|
||||||
"libdiagnose_usb": 30,
|
|
||||||
"libeigen": 30,
|
"libeigen": 30,
|
||||||
"liblz4": 30,
|
"liblz4": 30,
|
||||||
"libmdnssd": 30,
|
"libmdnssd": 30,
|
||||||
@@ -893,7 +889,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
|
|||||||
"libprocpartition": 30,
|
"libprocpartition": 30,
|
||||||
"libprotobuf-java-lite": 30,
|
"libprotobuf-java-lite": 30,
|
||||||
"libprotoutil": 30,
|
"libprotoutil": 30,
|
||||||
"libsync": 30,
|
|
||||||
"libtextclassifier_hash_headers": 30,
|
"libtextclassifier_hash_headers": 30,
|
||||||
"libtextclassifier_hash_static": 30,
|
"libtextclassifier_hash_static": 30,
|
||||||
"libtflite_kernel_utils": 30,
|
"libtflite_kernel_utils": 30,
|
||||||
|
@@ -14,6 +14,7 @@ cc_library_static {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
min_sdk_version: "26",
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
|
Reference in New Issue
Block a user