aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn10
1 files changed, 1 insertions, 9 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 2f8670a563..eccffdb924 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -11,7 +11,7 @@ declare_args() {
is_official_build = false
is_component_build = false
ndk = ""
- ndk_api = 0 # 0 == picked automatically for target_cpu.
+ ndk_api = 21
sanitize = ""
}
declare_args() {
@@ -55,14 +55,6 @@ if (is_android) {
ndk_stdlib = ""
ndk_gccdir = ""
- if (ndk_api == 0) {
- ndk_api = 18
- if (target_cpu == "arm64" || target_cpu == "mips64el" ||
- target_cpu == "x64") {
- ndk_api = 21
- }
- }
-
if (host_os == "linux") {
ndk_host = "linux-x86_64"
} else if (host_os == "mac") {