commit | 7a17cfd81acc96a4a459086b197ef3acc1ce9522 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Apr 08 11:08:14 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Apr 08 11:08:14 2024 -0700 |
tree | f75283c17af808f14d2473bc4249f1a78b9b73f3 | |
parent | 4dc089971bb1a2257cf1cc8c80e2b97b7be44086 [diff] |
Remove dependency on non-AB modules imgdiff is scheduled for removal. Test: th Bug: 324360816 Change-Id: I1a5615e9f5f776c16269ac8780187f97edba16f2
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.