commit | 1930fd1f6761c042526eaeb32e42a07bf1c507a5 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Thu Nov 02 19:13:35 2023 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Tue Nov 14 13:11:59 2023 +0900 |
tree | 0e50d8d89a53c39774b8a5e820289ab32270c1be | |
parent | 136fa83d4e7f2e21386665a3d887579fc670fc3c [diff] |
Add --boot-image-dir-path arg The --boot-image-dir-path arg is added to use the boot.img in Android Common Kernel (ACK) when merging. Test: merge_target_files.py with --boot-image-dir-path and without --boot-image-dir-path Bug: 309745179 Change-Id: Ia164a9fc7e4761ad7efb871c0b6054195e9e4bda
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.