commit | 7d8be54f50dfbaae38ef1961838c9f20331b75dc | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Tue Oct 22 11:36:10 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Tue Oct 22 11:36:10 2024 +0800 |
tree | ba7dae3e1971542defd032984f5de450e3be4f48 | |
parent | 903de97d6de584661e49a4587caeb7db0d6911df [diff] |
Move building bootloader/radio image task to proper place Move the task of building bootloader/radio images and unpack their partitions to vendor/google/build/tasks/tools. Bug: 359426542 Test: presubmit Change-Id: I69942f49c757dcc1cbc8b60fde4fc10e5cf75c36
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.