commit | a2414b44593b8356457726f1fca51e87e8d3b9ae | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <[email protected]> | Wed Jan 13 22:18:23 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Jan 13 22:18:23 2021 +0000 |
tree | 13d6362961e7754231ec9ae0e11d5b3a3e468c91 | |
parent | 2ce3a46193957c0ac0dc9b3aca0cffa1b78d1108 [diff] | |
parent | b571c86e234a83453b578ce622e9500ff73c44c7 [diff] |
[automerger skipped] Merge "DO NOT MERGE Update OWNERS for SPL changes to version_defaults.mk" into oc-mr1-dev am: 8fd807bb0d -s ours am: b4a76d1317 -s ours am: 2ff4253b5b am: b571c86e23 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13326545 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5f0f16b8d8ba32a0eeaca74dfe1a101098f8a39b
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.