]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Bump NDK to r10e, SDK to r24.3.3.
authorUwe Hermann <redacted>
Tue, 28 Jul 2015 17:53:57 +0000 (19:53 +0200)
committerUwe Hermann <redacted>
Tue, 28 Jul 2015 17:53:57 +0000 (19:53 +0200)
Build-tested and tested on hardware (ARM tablet).

cross-compile/android/README
cross-compile/android/sigrok-cross-android

index 66d0bb0a25d0d9830add4ed7b3c953257d035dea..023b1c48efb61afd7c4a0baf83874ad999d79632 100644 (file)
@@ -23,9 +23,9 @@ Requirements
  - pkg-config (>= 0.22)
  - gettext
  - ant
- - Android NDK (tested: r10d)
+ - Android NDK (tested: r10e)
    - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9)
- - Android SDK (tested: r23.0.2)
+ - Android SDK (tested: r24.3.3)
  - On 64bit hosts, you also need some i386 packages. E.g. on Debian/Ubuntu:
      $ dpkg --add-architecture i386
      $ apt-get update
index 4aee37271c9960469fd6fb441d328b81d6fd927f..86de9af67f56ef7b9abd44a56df528c07d9a62d4 100755 (executable)
@@ -26,7 +26,7 @@ set -e
 ANDROID_PATH=$HOME/android
 
 # The path where the Android NDK is located.
-ANDROID_NDK=$ANDROID_PATH/android-ndk-r10d
+ANDROID_NDK=$ANDROID_PATH/android-ndk-r10e
 
 # The path where the Android SDK is located.
 ANDROID_SDK=$ANDROID_PATH/android-sdk-linux
@@ -76,8 +76,8 @@ VER_LIBUSB=1.0.19
 VER_PYTHON=3.3.3
 VER_BOOST=1.57.0
 VER_QT=5.4.1
-VER_NDK=10d
-VER_SDK=23.0.2
+VER_NDK=10e
+VER_SDK=24.3.3
 VER_AND_BT=22.0.1 # Android build tools version
 VER_AND_API=16    # Target Android API version