commit | b36268af7c47b56d54263932c26c488ad72c631c | [log] [tgz] |
---|---|---|
author | Daniel Mentz <danielmentz@google.com> | Fri Sep 20 10:55:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 20 10:55:34 2019 -0700 |
tree | a74ca71c00b91a932921217b506933d1b987fa7c | |
parent | ddc93d7fb3fe7b17161b20cd29a13483ab75782c [diff] | |
parent | 5739ca5f8a9c99f01f16b7071f53ca7e4168d344 [diff] |
Merge "Don't package mke2fs.conf in otatools.zip" am: 8bfd896e3d am: fd1f5ad40c am: 5739ca5f8a Change-Id: I58cf5816d28f4323849bf3898b08fbd364a3b75f
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.