Lines Matching full:android
1 #### Android...
3 # See NOTES-Android.md for details, and don't miss platform-specific
12 arm64 => "aarch64-linux-android",
13 mips => "mipsel-linux-android",
14 mips64 => "mips64el-linux-android",
15 x86 => "i686-linux-android",
16 x86_64 => "x86_64-linux-android",
21 if ($now_printing =~ m|^android|) {
60 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|;
79 } glob("$ndk/platforms/android-$api");
80 die "no $ndk/platforms/android-$api" if ($#platforms < 0);
83 $sysroot =~ m|/android-([0-9]+)/arch-$arch|;
174 "android" => {
185 # Froyo. Keep in mind that in the nutshell Android builds are
196 "android-arm" => {
198 # Contemporary Android applications can provide multiple JNI
213 # ./Configure android-arm -D__ARM_MAX_ARCH__=8
224 inherit_from => [ "android" ],
229 "android-arm64" => {
230 inherit_from => [ "android" ],
236 "android-mips" => {
237 inherit_from => [ "android" ],
242 "android-mips64" => {
252 inherit_from => [ "android" ],
258 "android-x86" => {
259 inherit_from => [ "android" ],
263 perlasm_scheme => "android",
266 "android-x86_64" => {
267 inherit_from => [ "android" ],
276 "android-armeabi" => {
277 inherit_from => [ "android-arm" ],
280 inherit_from => [ "android" ],
283 inherit_from => [ "android-arm64" ],
286 inherit_from => [ "android-x86_64" ],
289 inherit_from => [ "android-mips64" ],