commit | 63d16424a1b4c233e2f9895e273f24343030583c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Jun 10 02:19:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 10 02:19:52 2023 +0000 |
tree | c61e88fddfd9862ebace5e9032081c9b90921fe5 | |
parent | d82225d4523c3aed87b92a91093dfacb4fef3abd [diff] | |
parent | 88f440656d686f35bcb63560a545e522d5970127 [diff] |
Merge "Copy built images to generate target_files.zip" am: 54066e8ddf am: a69a5741df am: 7ade48d463 am: 01b91475bb am: 88f440656d Original change: https://android-review.googlesource.com/c/platform/build/+/2606565 Change-Id: Ie9904c8be9b479eb0620f36d51e01b01b4c8b780 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.