Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/tools/perf/util/
Dmap.c78 char *ndk, *app; in replace_android_lib() local
82 ndk = getenv("NDK_ROOT"); in replace_android_lib()
85 if (!(ndk && app)) in replace_android_lib()
88 ndk_length = strlen(ndk); in replace_android_lib()
109 ndk_length, ndk, app_length, app, arch, libname); in replace_android_lib()