From b1121bb0e898171558da80ae73e39e890a9058fa Mon Sep 17 00:00:00 2001 From: Slava Egorov Date: Thu, 3 Aug 2023 09:48:26 +0200 Subject: [PATCH] Bump minimum android_api_level to 19 We don't support API levels 18 and below anyway. --- build/config/android/config.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/android/config.gni b/build/config/android/config.gni index 1992474eeb..bb71ff83ff 100644 --- a/build/config/android/config.gni +++ b/build/config/android/config.gni @@ -95,7 +95,7 @@ if (is_android) { # Subdirectories inside android_ndk_root that contain the sysroot for the # associated platform. if (current_cpu != "x64" && current_cpu != "arm64") { - android_api_level = 16 + android_api_level = 19 } # Toolchain root directory for each build. The actual binaries are inside