commit | 22762105123751b6ca1f42435bae2a0b27ca93a8 | [log] [tgz] |
---|---|---|
author | Bart Sears <bsears@google.com> | Thu Jan 23 00:39:13 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 23 00:39:13 2025 -0800 |
tree | 3476193fd6cf21f240c4b147245a889b34075de8 | |
parent | 5f1281714f1bd74f277fee482f629f929f17e22e [diff] |
Revert "Determine build_ota_package based on recovery.fstab install location" This reverts commit 5f1281714f1bd74f277fee482f629f929f17e22e. Bug: b/391751162 Reason for revert: Suspect cause of b/391751162. Will not submit until this is confirmed. Change-Id: I9c96192db4c024d711552d38ade529f943704378
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.