commit | cf9c58259c04e81ed75642f5b61fd82194147603 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Fri Feb 17 13:53:54 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 17 13:53:54 2023 +0000 |
tree | 8911a6de6344d6ba781c37d01ab2310ee1a5a9cf | |
parent | 8da9933de3ca0248fc24020d32a6d32853fa5465 [diff] | |
parent | a9e0bbdcefad67f3d905dbc1231bf078a633fcfd [diff] |
[automerger skipped] Merge "Tool for generating GTS open-sourced report" am: 4e7daf6546 am: 0237cb30f0 am: b5a9336179 -s ours am: a9e0bbdcef -s ours am skip reason: Merged-In I1ce48f7e612556162d5ce1c76b3168ee7f35f826 with SHA-1 7382037859 is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/2441962 Change-Id: I15cfcc32a3744a6d2b3e5ed3e5d42d087caf788e 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.