mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 17:20:29 +03:00
mention that prebuilts must be examined if app is for F-Droid...
fix bad parsing of --test --force section.
This commit is contained in:
parent
2a21d0f7b4
commit
edf0fefe12
1 changed files with 9 additions and 3 deletions
|
|
@ -337,14 +337,20 @@ A similar effect could by achieved by simply deleting the output files from
|
||||||
@code{unsigned} after the build, but with the risk of forgetting to do so!
|
@code{unsigned} after the build, but with the risk of forgetting to do so!
|
||||||
|
|
||||||
Along similar lines (and only in conjunction with @code{--test}, you can use
|
Along similar lines (and only in conjunction with @code{--test}, you can use
|
||||||
@code{--force} to force a build of a Disabled application or of a version
|
@code{--force} to force a build of a Disabled application, where normally it
|
||||||
that was found to contain ELFs or known non-free libraries, where normally it
|
would be completely ignored. Similarly a version that was found to contain
|
||||||
would be completely ignored.
|
ELFs or known non-free libraries can be forced to build. See also —
|
||||||
|
scanignore= in the Build Version section.
|
||||||
|
|
||||||
If the build was unsuccessful, you can find out why by looking at the output
|
If the build was unsuccessful, you can find out why by looking at the output
|
||||||
in the logs/ directory. If that isn't illuminating, try building the app the
|
in the logs/ directory. If that isn't illuminating, try building the app the
|
||||||
regular way, step by step: android update project, ndk-build, ant debug.
|
regular way, step by step: android update project, ndk-build, ant debug.
|
||||||
|
|
||||||
|
Note that source code repositories often contain prebuilt libraries. If the
|
||||||
|
app is being considered for the main F-Droid repository, it is important that
|
||||||
|
all such prebuilts are built either via the metadata or by a reputable third
|
||||||
|
party.
|
||||||
|
|
||||||
|
|
||||||
@section Direct Installation
|
@section Direct Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue