Home
last modified time | relevance | path

Searched refs:ndk (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/perf/Documentation/
Dandroid.txt11 export NDK=/path/to/android-ndk
34 cd ${ANDROID_BUILD_TOP}/ndk
36 ./build/tools/build-ndk-sysroot.sh --abi=arm
37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
/Linux-v5.10/tools/perf/util/
Dmap.c78 char *ndk, *app; in replace_android_lib() local
83 ndk = getenv("NDK_ROOT"); in replace_android_lib()
86 if (!(ndk && app)) in replace_android_lib()
89 ndk_length = strlen(ndk); in replace_android_lib()
110 ndk, app, arch, libname); in replace_android_lib()