commit | 0eeba602d57f4e88a8b9c3aef783e0033189f273 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Mar 20 16:18:17 2025 -0700 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Mar 20 16:18:17 2025 -0700 |
tree | 8608dd474b68157f72de7e6f59d8092a8405e2ba | |
parent | 39fa2abf6511f339933a18a30d07927cc57d7abb [diff] |
Revert "Remove redundant entries from symbols.zip" Revert submission 3542808 Reason for revert: Breaking coverage tools Reverted changes: /q/submissionid:3542808 Change-Id: Id1dc1b7d11f53dfa0c4a4494a09dd373cee629d3
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.