Lines Matching +full:i686 +full:- +full:linux +full:- +full:android
3 # Use of this source code is governed by a BSD-style license that can be
17 # Android 5.0, Lollipop
47 # This is just to make the Dawn build files happy. Skia itself uses target_os = "linux"
83 if (host_os == "linux") {
84 ndk_host = "linux-x86_64"
86 ndk_host = "darwin-x86_64"
88 ndk_host = "windows-x86_64"
92 ndk_target = "aarch64-linux-android"
93 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver"
95 ndk_target = "armv7a-linux-androideabi"
96 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver"
98 ndk_target = "x86_64-linux-android"
99 ndk_gdbserver = "prebuilt/android-x86_64/gdbserver/gdbserver"
101 ndk_target = "i686-linux-android"
102 ndk_gdbserver = "prebuilt/android-x86/gdbserver/gdbserver"
108 # non-default location, you can set win_vc to inform us where it is.
123 "[0-9]{2}\.[0-9]{2}\.[0-9]{5}",
131 "[0-9]{2}\.[0-9]\.[0-9]{5}\.[0-9]",
140 "[0-9]+\.[0-9]+\.[0-9]+",
168 # GCC-like toolchains, including Clang.