commit | 2871b5ed0d0b91f1888ebab00f53ffd3dad1b5f0 | [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 | d6fd231e548449ea9c4a73703859241a9f1a8565 | |
parent | af902db4fc27129e9833ac59599b5b4143d7704d [diff] |
Revert^2 "Replace test suites symbols.zip name patterns" 39fa2abf6511f339933a18a30d07927cc57d7abb Change-Id: I3d3e60d2470b5ff39d6f6ae6b0f038b1f96f9af7
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.