commit | 6fa169a6340a5c7412665fa18e0f9c48fa7fd903 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Fri Mar 21 11:54:41 2025 -0700 |
committer | Jihoon Kang <jihoonkang@google.com> | Fri Mar 21 11:54:41 2025 -0700 |
tree | 9e8fdf04231c289fe58d5fc0256b37abee5e4f1f | |
parent | 9061bf68a9f388eb6418038de67de2ff2a6aeb3c [diff] |
Revert^2 "Create symbols.zip per test suite" 03f487e0a063d5905a3a51aad1b7255af92303a0 Change-Id: Ia04d8a4d2a2ed0c0a61e2380985c661689a6619d
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.