[build] Increase android_api_level from 21 to 24.
Bug: https://github.com/dart-lang/sdk/issues/61664 Change-Id: I10a99fbe03df32f056765913e75f14b63bc33bc1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/453681 Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
Commit Queue
parent
e2d0d10f24
commit
6938441679
@@ -73,7 +73,7 @@ if (is_android) {
|
||||
if (current_cpu == "riscv64") {
|
||||
android_api_level = 35
|
||||
} else {
|
||||
android_api_level = 21
|
||||
android_api_level = 24
|
||||
}
|
||||
|
||||
# Toolchain root directory for each build. The actual binaries are inside
|
||||
|
||||
Reference in New Issue
Block a user