commit | 4e291db2588b42935563c72fdaaabf76132e10a4 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 24 23:08:49 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 24 23:08:49 2020 +0000 |
tree | 5afb50d86204d65d8cf54d2084091fab445d6fa8 | |
parent | 0ff84fc80b668a5e8020c91840d20d9890e3a7d3 [diff] | |
parent | fe39c5f99defe1eb582980bedbd26a722bf7781d [diff] |
Merge "Use inclusive language in build/make part 2" am: e1ab4cb610 am: 09ee73f2a7 am: 0bd0e1bb69 am: b7d72f1cd5 am: fe39c5f99d Original change: https://android-review.googlesource.com/c/platform/build/+/1344806 Change-Id: Ife3991d77d7121f36f74b6510ca881e7af8aee96
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.