Lines Matching +full:x86_64 +full:- +full:linux +full:- +full:android
3 # Use of this source code is governed by a BSD-style license that can be
15 # Android 5.0, Lollipop
49 target_os = "android"
56 is_android = current_os == "android"
60 is_linux = current_os == "linux"
70 if (target_cpu == "x86_64") {
93 if (host_os == "linux") {
94 ndk_host = "linux-x86_64"
96 ndk_host = "darwin-x86_64"
98 ndk_host = "windows-x86_64"
102 ndk_target = "aarch64-linux-android"
103 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver"
105 ndk_target = "armv7a-linux-androideabi"
106 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver"
108 ndk_target = "x86_64-linux-android"
109 ndk_gdbserver = "prebuilt/android-x86_64/gdbserver/gdbserver"
111 ndk_target = "i686-linux-android"
112 ndk_gdbserver = "prebuilt/android-x86/gdbserver/gdbserver"
118 # non-default location, you can set win_vc to inform us where it is.
131 "[0-9]{2}\.[0-9]{2}\.[0-9]{5}",
139 "[0-9]{2}\.[0-9]\.[0-9]{5}\.[0-9]",
212 # GCC-like toolchains, including Clang.