Lines Matching full:android
1 How to compile perf for Android
4 I. Set the Android NDK environment
7 (a). Use the Android NDK
9 1. You need to download and install the Android Native Development Kit (NDK).
11 export NDK=/path/to/android-ndk
16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86
21 This method is only tested for Android NDK versions Revision 11b and later.
25 (b). Use the Android source tree
27 1. Download the master branch of the Android source tree.
37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
46 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/i686-linux-android-
48 II. Compile perf for Android
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.