X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fandroid%2FREADME;h=13ecf9b494c8b2ae9603474b411121a84dcf6daf;hp=70544b7618b6bd367cb6527e3165880eae5c17e3;hb=3bdccc5597806fd4d6fb057b0d4d05f030694c9a;hpb=0832e7d675a9ea308ddcafbb2a1ed425c720fa1e diff --git a/cross-compile/android/README b/cross-compile/android/README index 70544b7..13ecf9b 100644 --- a/cross-compile/android/README +++ b/cross-compile/android/README @@ -9,7 +9,7 @@ for Android systems. Status ------ -Work in progress. This does NOT yet fully work. +Working. Requirements @@ -20,7 +20,20 @@ Requirements - make - git - pkg-config (>= 0.22) - - Android cross-compile toolchain + - Android NDK (tested: r10c) + - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9) + - Android SDK (tested: r23.0.2) + + +Toolchain setup +--------------- + +You can use the script to install and setup the Android NDK, +SDK, and the respective standalone toolchain: + + $ ./sigrok-cross-android prepare + +This will install everything into $HOME/android. Building