commit | 48f1450ec7ce1e8057ba1e1c8a468c74a3ba4b89 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 22 14:30:19 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 22 14:30:19 2024 +0000 |
tree | 7794f9ed3422f4ba9176bd7fd9b76d69d4d69171 | |
parent | bd404f1e779b95ce5193e22c90e85e52a2e68eb2 [diff] | |
parent | 9ecc1aa81e202ab6abaf7866bcde82fca98a5928 [diff] |
Merge "Update ownership documentation" into main am: 276ce1295b am: 9ecc1aa81e Original change: https://android-review.googlesource.com/c/platform/build/+/3317070 Change-Id: I017be1f1d70ed982a19b8e97c3b8dfdb21bd45be Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.