commit | d1cbfeaa3a0cf0083fc6cf1e070d646f56c0eecf | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jun 22 11:20:23 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jun 24 12:03:08 2020 -0700 |
tree | dd188d7635e38d3898969846913cc7c7a0af0302 | |
parent | 5dda5caeb911a48b307433301a3e481c582a4bce [diff] |
Use inclusive language in build/make part 2 Test: m checkbuild Bug: 158889297 Change-Id: I63bac680cc63a8564f35ae85dda1a0b09c9fd541
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.