Browse Source

UTILITIES.md: small fixes

android-5
Leonid Plyushch 6 years ago
parent
commit
ee7a9b824d
  1. 6
      docs/UTILITIES.md

6
docs/UTILITIES.md

@ -4,12 +4,12 @@ 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.
- [clean.sh](../clean.sh): used for cleaning build environment.
- [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-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.
- [scripts/ci/gitlab.sh](../scripts/ci/gitlab.sh): used by Gitlab Continuous Integration to identify changed packages and build them.

Loading…
Cancel
Save