]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/android/README
sigrok-cross-android: Strip shared libs to reduce APK size.
[sigrok-util.git] / cross-compile / android / README
index 70544b7618b6bd367cb6527e3165880eae5c17e3..1b86c45eb47d6416c8fc6284468749e55a19299d 100644 (file)
@@ -9,7 +9,7 @@ for Android systems.
 Status
 ------
 
-Work in progress. This does NOT yet fully work.
+Working.
 
 
 Requirements
@@ -20,7 +20,14 @@ 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)
+     Create it via:
+     ./build/tools/make-standalone-toolchain.sh \
+       --platform=android-16 \
+       --toolchain=arm-linux-androideabi-4.9 \
+       --install-dir=$HOME/android/android-arm-toolchain
+ - Android SDK (tested: r23.0.2)
 
 
 Building