commit | 981b13f8ac424ae84d418f67d7bb4e70a5897630 | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Mon Oct 07 13:58:00 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Mon Oct 07 13:58:00 2024 +0800 |
tree | d13846fefaf07ff4a98cf7dbb0d3a7050ee4177c | |
parent | 9aa892c6c0fa360100c7163782c7bb5c64560245 [diff] |
Move building bootloader/radio image task to proper place Move the task of building bootloader/radio images and unpack their partitions to build/core/tasks/tools. Bug: 371876608 Bug: 371877647 Bug: 364491703 Test: presubmit Change-Id: I336d8888464eab2d53dc41dc448f2a430c82b378
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.