Lines Matching +full:ninja +full:- +full:build
1 # Android Make Build System
3 This is the Makefile-based portion of the Android Build System.
5 For documentation on how to run a build, see [Usage.txt](Usage.txt)
11 [build-system.html](/core/build-system.html). Our Android.mk files look similar,
12 but are entirely different from the Android.mk files used by the NDK build
14 platform build system -- most are not.
16 This Makefile-based system is in the process of being replaced with [Soong], a
17 new build system written in Go. During the transition, all of these makefiles
18 are read by [Kati], and generate a ninja file instead of being executed
19 directly. That's combined with a ninja file read by Soong so that the build
23 [Soong]: https://android.googlesource.com/platform/build/soong/+/master