From 1aa269456e0405a3b4e0c5b38fb75505ab08616f Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 12 Feb 2019 14:56:32 +0200 Subject: [PATCH] UTILITIES.md: small fixes --- docs/UTILITIES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/UTILITIES.md b/docs/UTILITIES.md index c690f2275..1b8a54bdf 100644 --- a/docs/UTILITIES.md +++ b/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.