Merge branch 'equeim/fdroiddata-master'
This commit is contained in:
commit
9525a027a3
|
@ -87,6 +87,13 @@ Build:1.7.0,16
|
|||
commit=1.7.0
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
srclibs=OpenSSL@OpenSSL_1_0_2o,QtBase@v5.9.6
|
||||
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
|
||||
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
|
||||
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
|
||||
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
|
||||
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
|
||||
ndk=r15c
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
|
|
3
srclibs/OpenSSL.txt
Normal file
3
srclibs/OpenSSL.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:git://git.openssl.org/openssl.git
|
||||
|
3
srclibs/QtBase.txt
Normal file
3
srclibs/QtBase.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:git://code.qt.io/qt/qtbase.git
|
||||
|
Loading…
Reference in a new issue