Lines Matching refs:android
0 #### Android...
3 # See NOTES.ANDROID 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
194 "android-arm" => {
196 # Contemporary Android applications can provide multiple JNI
211 # ./Configure android-arm -D__ARM_MAX_ARCH__=8
222 inherit_from => [ "android", asm("armv4_asm") ],
225 "android-arm64" => {
226 inherit_from => [ "android", asm("aarch64_asm") ],
231 "android-mips" => {
232 inherit_from => [ "android", asm("mips32_asm") ],
236 "android-mips64" => {
246 inherit_from => [ "android", asm("mips64_asm") ],
251 "android-x86" => {
252 inherit_from => [ "android", asm("x86_asm") ],
255 perlasm_scheme => "android",
257 "android-x86_64" => {
258 inherit_from => [ "android", asm("x86_64_asm") ],
266 "android-armeabi" => {
267 inherit_from => [ "android-arm" ],
270 inherit_from => [ "android" ],
273 inherit_from => [ "android-arm64" ],
276 inherit_from => [ "android-x86_64" ],
279 inherit_from => [ "android-mips64" ],