| commit | 163b6c876ec5e7e29eb17fddbd6d9f9d2079f60b | [log] [tgz] |
|---|---|---|
| author | Kelly Hung <kellyhung@google.com> | Mon Sep 01 03:14:41 2025 +0000 |
| committer | Kelly Hung <kellyhung@google.com> | Mon Sep 01 03:14:41 2025 +0000 |
| tree | 9aa09988abcfa185253f65ff7285208da9097b12 | |
| parent | 58b1ae446db92565fe32f5bccce4e51230984d75 [diff] |
Clean up make testsuite code Remove unused build/make/core/tasks/tools/compatibility.mk Bug: 441158364 Test: Presubmits Change-Id: I86c5160f659b7baa08f41a2637b80376c996dc5f
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.