Searched refs:android (Results 1 – 13 of 13) sorted by relevance
5 https://dl.google.com/android/repository/android-ndk-r25c-windows.zip6 https://dl.google.com/android/repository/android-ndk-r25c-darwin.dmg7 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip13 https://dl.google.com/android/repository/android-ndk-r24-darwin.dmg14 https://dl.google.com/android/repository/android-ndk-r24-linux.zip15 https://dl.google.com/android/repository/android-ndk-r24-windows.zip21 https://dl.google.com/android/repository/android-ndk-r23c-windows.zip22 https://dl.google.com/android/repository/android-ndk-r23c-darwin.dmg23 https://dl.google.com/android/repository/android-ndk-r23c-linux.zip29 https://dl.google.com/android/repository/android-ndk-r22-darwin-x86_64.dmg[all …]
109 ~/work/android/ndk/146 NDKS=`ls -r -d ${NDK_BASE}android-ndk-r*/`236 TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake239 TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake242 TOOLCHAIN_FILE=../android.toolchain.cmake
1 # android-cmake3 …ased on experience from porting OpenCV library to Android: http://opencv.org/platforms/android.html9 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake \18 …cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<ndk_path> -DCMAKE_BUILD_TYPE=R…27 So if you have installed the NDK as `~/android-ndk-r10d` then _android-cmake_ will locate it automa…33 * Android NDK (>= r5) http://developer.android.com/tools/sdk/ndk/index.html78 …*ANDROID_NATIVE_API_LEVEL** - level of android API to build for. Can be set either to full name (e…79 * `android-8` for ARM;80 * `android-9` for x86 and MIPS;81 * `android-21` for 64-bit ABIs.[all …]
34 # See home page: https://github.com/taka-no-me/android-cmake37 # $ export ANDROID_NDK=/absolute/path/to/the/android-ndk39 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..48 # $ SET ANDROID_NDK=C:\absolute\path\to\the\android-ndk51 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake57 # ANDROID_NDK=/opt/android-ndk - path to the NDK root.81 # ANDROID_NATIVE_API_LEVEL=android-8 - level of Android API compile for.83 # Note: building for "android-L" requires explicit configuration.89 # * aarch64-linux-android-4.990 # * aarch64-linux-android-clang3.4[all …]
5 ANDROID_NDK=/home/pub/ndk/android-ndk-r10d/7 ANDROID_NDK=~/work/android/ndk/android-ndk-r10d/10 PLATFORM=$ANDROID_NDK/platforms/android-21/arch-x8612 cmake -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake \19 -DANDROID_NATIVE_API_LEVEL=android-21 \
22 namespace android namespace88 android::PP_OP_HANDLE hnd; in main()143 android::PP_OPERATION opt; in main()175 ret |= android::ppOpInit(&hnd, &opt); in main()181 ret = android::ppOpPerform(hnd); in main()185 ret = android::ppOpSync(hnd); in main()189 ret = android::ppOpRelease(hnd); in main()
24 namespace android
53 android/os_mem.c54 android/os_env.c55 android/os_log.c
1028 编码器的控制参数还可以通过环境变量配置。在android环境下,环境变量配置命令为:1098 编译Android库需要使用ndk环境,默认脚本使用android-ndk-r16b进行编译。android-ndk-r16b和android-ndk-r25c均验证通过,前者适用于android …1102 r16b ndk的下载路径可以在源代码目录下的build/android/ndk_links.md文件里查找。1104 把下载好的ndk解压到/home/pub/ndk/android-ndk-r16b,或者手动修改build/android/目录下env_setup.sh脚本的ANDROID_NDK变量路径。1106 进入build/android/arm/目录,运行make-Android.bash脚本生成编译用Makefile,运行make –j16进行编译。1120 <http://stackoverflow.com/questions/28413530/api-to-get-android-system-properties-is-removed-in-arm…1122 解决方法:MPP中已经把对应的libc.so放到build/android/aarch64/fix/目录下,把库拷贝到path_to_ndk/platforms/android-21/arch-ar…
1046 …android-ndk-r16b. Both android-ndk-r16b and android-ndk-r25c are verified. The former applies to s…1050 The download path for r16b ndk can be found in the build/android/ndk_links.md file in the source di…1052 …k to /home/pub/ndk/android-ndk-r16b, or manually modify the ANDROID_NDK variable path of the env_s…1054 Go to the build/android/arm/ directory, run the make-Android.bash script to generate the Makefile f…1068 …android-system-properties-is-removed-in-arm6](http://stackoverflow.com/questions/28413530/api-to-g…1070 …responding libc.so into the build/android/aarch64/fix/ directory, copy the library to the path_to_…
37 4. you can get demo about mpp applied to linux and android.55 | |----- android android build directory174 | |----- android google's android
140 "osal/android/*.c",
9 path_to_ndk/platforms/android-21/arch-arm64/usr/lib/