1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 07:05:41 +00:00

Update tools versions & prepare JNI work to reduce memory & CPU usage

This commit is contained in:
Loic Blot
2017-07-29 14:54:49 +02:00
committed by Loïc Blot
parent c52168c939
commit 47c2923d0e
14 changed files with 465 additions and 25 deletions
+6
View File
@@ -23,3 +23,9 @@ android:
- 'google-gdk-license-.+'
- 'android-sdk-preview-license-.+'
- 'android-.*'
before_install:
- wget https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip > /dev/null
- mkdir -p /usr/local/android-sdk/ndk-bundle
- unzip android-ndk-r15c-linux-x86_64.zip -d /usr/local/android-sdk/ndk-bundle > /dev/null
- export ANDROID_NDK_HOME="/usr/local/android-sdk/ndk-bundle/android-ndk-r15c"