commit | 727995f2d9c497c7f309e06620a4d0319043a90e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Oct 09 09:53:03 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 09 09:53:03 2024 +0000 |
tree | 8bd0ae0c5d8af5f2fc81bfc92775337c44b012e7 | |
parent | 0d52015975b10ddd20d98617bf88801dfda76395 [diff] | |
parent | 32ae3a406807c0d8cd7dcbdbb3a1371bf5fd3f85 [diff] |
Merge "Move building bootloader/radio image task to proper place" into main am: f936d5b4f3 am: 32ae3a4068 Original change: https://android-review.googlesource.com/c/platform/build/+/3295851 Change-Id: I4a94fd7520da62c8f7431a411d925ed8b540b4a3 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.