commit | 6c51a43bcc5e0f77d11b89ec2c69be766d148ed5 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Fri Oct 01 18:11:26 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Oct 01 21:45:44 2021 +0800 |
tree | c4d86eb1514d08b395870a8699b1c8780c0dbf6e | |
parent | 870ea163c2cde8701b84e2f643b0e41f5a5cd325 [diff] |
Dedup build rules of ramdisk-(debug|test-harness).img Adjust code location, factor out common code, eliminate dead code. Bug: 201753847 Test: Presubmit; change is noop Change-Id: If929bcf92bc03305058d2d8179c8dba351961c8e
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.