commit | 1b308a400264766dc14b9b01f5171ca637922451 | [log] [tgz] |
---|---|---|
author | Marc Kassis <mnkassis@google.com> | Tue Nov 08 16:17:01 2022 +0100 |
committer | Marc Kassis <mnkassis@google.com> | Wed Dec 07 08:34:29 2022 +0000 |
tree | 82140fbec606226a6bc19428ae8685cb60f9b4b7 | |
parent | 3de79b18061c41625ba63f64411311113b0b28ab [diff] |
graphics.common V3 -> V4 Bug: 251177105 Test: m Change-Id: I0d03ff56140843cfec9e6f37672a8b3f8e298c2a Merged-In: I5ed6fbaf18aa1568f3bebf5f46ab31484d386598
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.