commit | bae8557ca068ff7ce83b5eb8613c7e14b924e049 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Nov 11 14:26:23 2024 -0800 |
committer | Cole Faust <colefaust@google.com> | Mon Nov 11 15:18:20 2024 -0800 |
tree | 54d2eb78d40bf42bafabfcd00c2edbcb8d56ec67 | |
parent | bfa0a82d3da7d4e4bcfbfe2b438ee42a67962bc7 [diff] |
Write list of files in the ramdisk For comparing against the soong-built ramdisk. Bug: 378146476 Test: m soong_generated_ramdisk_filesystem_test Change-Id: I43a365524a11ad1e8ae5786a78763075ed5101ce
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.