commit | bd95cb7c87802c5786dced79dcbaa2d5b9a8ba1b | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 19 00:19:27 2019 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 19 00:19:27 2019 +0000 |
tree | 67dc242dea233cba778b257f42c9c5e7706eaa23 | |
parent | 01f83a5120f774980a9a6ab99fcca285719f53ad [diff] | |
parent | 8953f65fa8741d97c3ce94a9c2470d7d43e27172 [diff] |
Merge "Raise an error when partition setting is wrong" am: 0cb1ca1c4c am: 8953f65fa8 Change-Id: Ie1d52d2326f212742e47d63ca7312db6aa7acf37
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.