Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d221b30 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "Set min_sdk_version (system/core)"

parents abd43ec4 4a8f4108
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -878,12 +878,8 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
	"kotlinx-coroutines-android-nodeps":                        30,
	"kotlinx-coroutines-core":                                  28,
	"kotlinx-coroutines-core-nodeps":                           30,
	"libasyncio":                                               30,
	"libbrotli":                                                30,
	"libbuildversion":                                          30,
	"libcrypto_static":                                         30,
	"libcrypto_utils":                                          30,
	"libdiagnose_usb":                                          30,
	"libeigen":                                                 30,
	"liblz4":                                                   30,
	"libmdnssd":                                                30,
@@ -893,7 +889,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
	"libprocpartition":                                         30,
	"libprotobuf-java-lite":                                    30,
	"libprotoutil":                                             30,
	"libsync":                                                  30,
	"libtextclassifier_hash_headers":                           30,
	"libtextclassifier_hash_static":                            30,
	"libtflite_kernel_utils":                                   30,
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_library_static {
            enabled: true,
        },
    },
    min_sdk_version: "26",
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",