Additional Utilities List

This commit is contained in:
Wetitpig 2019-02-12 09:44:26 +08:00 committed by Leonid Pliushch
parent cc8d5ee263
commit b779402441
1 changed files with 15 additions and 0 deletions

15
docs/UTILITIES.md Normal file
View File

@ -0,0 +1,15 @@
# Additional Utilities List
The following utility scripts are available:
- [build-all.sh](../build-all.sh): used for building all packages in the correct order (using buildorder.py).
- [clean.sh](../clean.sh): used for doing a clean rebuild of all packages.
- [scripts/check-pie.sh](../scripts/check-pie.sh): Used for verifying that all binaries are using PIE, which is required for Android 5+.
- [scripts/check-versions.sh](../scripts/check-versions.sh): used for checking for package updates.
- [scripts/list-packages.sh](../scripts/list-packages.sh): used for listing all packages with a one-line summary.
- [scripts/ci/gitlab.sh](../scripts/ci/gitlab.sh): A script for identifying latest changes and building packages. Script for Continuous Integration.