commit | e91d93179bc0a65bd5818529ba52159c397f6ff3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 17 14:42:33 2025 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Mar 17 14:44:13 2025 -0700 |
tree | 4dd9669122fce5efd0d6aad6c98e243ae938dbb0 | |
parent | 8445b1703a24d34a2c6fc789f47cf81ceda3aaea [diff] |
Revert "Add bins into the otatools.zip" This reverts commit 88fccce1efa3055d9464e1f27b35ebe716e35402. Reason for revert: b/403277238 Change-Id: Ia1fa1911b2205006106b1e63183737a780cf4380
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.