commit | 6332b2ca60040f76a535fc26222d0a96214aacdc | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Jan 23 22:01:26 2025 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Jan 23 22:01:26 2025 +0000 |
tree | bafaaea82bc7602120a9c8358e08b047c36483e7 | |
parent | d23ab721003d995d862a999bbf1f429a05574617 [diff] |
Revert^2 "Determine build_ota_package based on recovery.fstab install location" This change resubmits https://r.android.com/3461419. recovery_fstab can be installed even if is not defined via TARGET_RECOVERY_FSTAB_GENRULE. This change modifies the conditional in determining build_ota_package to take such scenarios into account. Test: m otapackage Change-Id: Id4cdd1b0d9953535cee9096047e432bcf8a0fa10
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.