From 3b2459d90a293c2a7366ba87bc61546bfc6cc950 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Tue, 12 Feb 2019 14:08:25 +0200 Subject: [PATCH] BUILD.md: little fix to the "Basics" section --- docs/BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/BUILD.md b/docs/BUILD.md index 76aff8ed0..37853ec64 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -6,6 +6,8 @@ This document is intended to describe how to build a package. ### Basics +Package build flow is controlled by script [build-package.sh](../build-package.sh) and is split into the following stages: + 1. Sets up a patched stand-alone Android NDK toolchain if necessary. 2. Reads `packages/$PKG/build.sh` to find out where to find the source code of the package and how to build it.