commit | 034e777339a8cd702e1f81775a5fc78b950df2e9 | [log] [tgz] |
---|---|---|
author | Ramji Jiyani <ramjiyani@google.com> | Mon Jan 24 04:00:29 2022 +0000 |
committer | Ramji Jiyani <ramjiyani@google.com> | Mon Jan 24 21:27:52 2022 +0000 |
tree | 6c3d804705489951e028e24e4d1319df80237389 | |
parent | cf24fc2bf9dd3ca5da0713939efea290ef275348 [diff] |
core/Makefile: system_dlkm: Copy image for dist Add support to copy built system_dlkm to IMAGES; or prebuilt image to PREBUILD_IMAGES for release tools to pick up for the dist zip. Bug: 200082547 Test: Manual builds: 1. Set BOARD_USES_SYSTEM_DLKM_PARTITION 2. Set BOARD_PREBUILT_SYSTEM_DLKM_IMAGE to external image - Check "m" builds the system_dlkm.img in both cases; and drops image at out/target/product/vsoc_x86_64/ - Check that "m dist" can find the image in $(zip_root)/IMAGES and $(zip_root)/PREBUILT_IMAGES Test: launch_cvd && atest vts_system_dlkm_partition_test Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: I77dfcc51746fd97cb205aa9c139a08f5cdf3d9ea
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.