Lines Matching full:android
1 Notes for Android platforms
7 Beside basic tools like perl and make you'll need to download the Android
17 Android is a cross-compiled target and you can't rely on `./Configure`
19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no
31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a
32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`.
34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
35 `android-21`, etc. By default latest API level is chosen. If you need to target
38 to compile for Android 10 arm64 with a side-by-side NDK r20.0.5594570
40 export ANDROID_NDK_ROOT=/home/whoever/Android/android-sdk/ndk/20.0.5594570
42 ./Configure android-arm64 -D__ANDROID_API__=29
49 export ANDROID_NDK_ROOT=/some/where/android-ndk-10d
51 ./Configure android-arm -D__ANDROID_API__=14
55 variable set to `$ANDROID_NDK_ROOT/platforms/android-<api>/arch-<arch>` to
69 for single specific platform including Android API level, and assign its