commit | fa7573bf19094dbccca7e43d5b995990e261c6bf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Apr 20 10:29:56 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 20 10:29:56 2023 +0000 |
tree | 53a23fc80e5c8ff725cae5a5af5d668965a60359 | |
parent | 40e233c6ba826cb9d6225a237deccec91a4ac89e [diff] | |
parent | 05cffb1b2a69e99b027c61bc71cd9ec672329f3e [diff] |
Merge "Add create_brick_ota to otatools.zip" am: 05cffb1b2a Original change: https://android-review.googlesource.com/c/platform/build/+/2547515 Change-Id: I9c6c4ba7046c749b76edfc737be6f4ac423ff601 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.