commit | 9d994cd06b47252260e11303782185e36b45346f | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Apr 07 18:45:38 2022 -0700 |
committer | Bill Yi <byi@google.com> | Fri Apr 08 02:03:17 2022 +0000 |
tree | 307c643a7685d4052f71fbc4341d3ebd7fd2cc6e | |
parent | d8cf9a5a30d3337dd7e55ca6f3384abab3b4ffe1 [diff] | |
parent | e205ba3d82652d65e9c88ab486062bed1bd40969 [diff] |
Merge SP2A.220405.004 to aosp-master - DO NOT MERGE Merged-In: Ifba8d5912e2c39f2b403c829d44fa6d09468138d Merged-In: Icf93f9597f78033049785cd2d2fe37d835c19b31 Change-Id: I7b4f130d0246e83d82ef6c100318a7684ef5642a
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.