commit | a1383d8f9d34bc223548d2528a73de424b9aafa9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 11 11:25:05 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Jun 12 21:10:55 2020 -0700 |
tree | c3de4404d2b56557296172e7ee1260404e026b9f | |
parent | 3cd4a076bad24832d0f26b70daf440d85a70d97e [diff] |
Use inclusive language in build/make Bug: 158889297 Test: m checkbuild Change-Id: I54a7e55d3fdd5571ef1ae33ebe443c10d138fd28 Merged-In: I54a7e55d3fdd5571ef1ae33ebe443c10d138fd28 (cherry picked from commit c3ad80467e5a3119def1cd257c279200f6f5a6fe)
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.