commit | 0bd0e1bb69b20aa79172db813e5fd110fc41bde5 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 24 22:24:54 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 24 22:24:54 2020 +0000 |
tree | 2dc198f47963d0b8166f4559a25b933f31fcee13 | |
parent | 36b904f9c71099e709bf55443ce5140df9de51d8 [diff] | |
parent | 09ee73f2a728ef02cfefc840419ea5ef3dd0a100 [diff] |
Merge "Use inclusive language in build/make part 2" am: e1ab4cb610 am: 09ee73f2a7 Original change: https://android-review.googlesource.com/c/platform/build/+/1344806 Change-Id: Ic71f7ecd3dbc384957dc671013eb7772ab7311d2
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.