mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
atalk - move sdk fix to sudo
This commit is contained in:
parent
32d2fc7e14
commit
16d17745c6
1 changed files with 2 additions and 3 deletions
|
|
@ -1934,7 +1934,8 @@ Builds:
|
|||
subdir: aTalk
|
||||
sudo:
|
||||
- sdkmanager 'ndk;18.1.5063045' 'build-tools;32.0.0' 'build-tools;30.0.3'
|
||||
- chmod 777 /opt/android-sdk/build-tools/32.0.0
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
|
|
@ -1943,8 +1944,6 @@ Builds:
|
|||
- aTalk/jni/openssl/android/
|
||||
- aTalk/jni/vpx/android/
|
||||
prebuild:
|
||||
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar
|
||||
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/dx
|
||||
- sed -i -e 's|dl.bintray.com/google/exoplayer/|jitpack.io|' build.gradle
|
||||
- cd jni/static_library_built
|
||||
- sed -i -e '/export ANDROID_NDK_HOME/d' openssl/_settings.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue