Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit a067408

Browse files
authored
Bump minimum android_api_level to 19 (#750)
We don't support API levels 18 and below anyway.
1 parent 7984a08 commit a067408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/config/android/config.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (is_android) {
9595
# Subdirectories inside android_ndk_root that contain the sysroot for the
9696
# associated platform.
9797
if (current_cpu != "x64" && current_cpu != "arm64") {
98-
android_api_level = 16
98+
android_api_level = 19
9999
}
100100

101101
# Toolchain root directory for each build. The actual binaries are inside

0 commit comments

Comments
 (0)