Linphone: Disable broken build
This commit is contained in:
parent
9e84f9da30
commit
c08d36b20c
|
@ -205,6 +205,7 @@ Build:2.5.1-fdroid,2510
|
|||
build=make generate-libs BUILD_GPLV3_ZRTP=1
|
||||
|
||||
Build:3.0.0-fdroid,3000
|
||||
disable=broken apk, see maintainer notes
|
||||
commit=3.0.0
|
||||
submodules=yes
|
||||
prebuild=find submodules/externals/antlr3/runtime/ -mindepth 1 -maxdepth 1 -not -name "C" -exec rm -r {} \; && \
|
||||
|
@ -234,9 +235,19 @@ Build:3.0.0-fdroid,3000
|
|||
build=make generate-libs BUILD_GPLV3_ZRTP=1
|
||||
|
||||
Maintainer Notes:
|
||||
* TODO: Clean up (move rm's to rm= field etc.)
|
||||
* TODO: Downloads files during build.
|
||||
* TODO: Replace antlr-3.2.jar, currently only checked against https://github.com/antlr/website-antlr3/raw/gh-pages/download/antlr-3.2.jar
|
||||
|
||||
Issue with 3.0.0 (targeting android-22 as well as android-23)
|
||||
* Force closes on Android 6
|
||||
* Fails to install on Android 4.4.2:
|
||||
|
||||
W/ActivityManager( 2252): No content provider found for permission revoke: file:///data/data/org.fdroid.fdroid/cache/temp/org.linphone_3000.apk
|
||||
E/AppDetails(20616): Installer aborted with errorCode: 3
|
||||
|
||||
|
||||
TODO:
|
||||
* Clean up (move rm's to rm= field etc.)
|
||||
* Downloads files during build.
|
||||
* Replace antlr-3.2.jar, currently only checked against https://github.com/antlr/website-antlr3/raw/gh-pages/download/antlr-3.2.jar
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
Loading…
Reference in a new issue