commit | bf77787cc9da4c9a94797658a087222004831984 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Jul 19 16:28:49 2021 +0000 |
committer | Yifan Hong <elsk@google.com> | Mon Jul 19 16:28:49 2021 +0000 |
tree | 11b85d65c3acb58e66d9715b44642e29d04afb1e | |
parent | ff2e24d6f96160730c9a2d4e92a486d96b8788cb [diff] |
Revert "Build OTA when boot image exists even without kernel or recovery fstab" This reverts commit ff2e24d6f96160730c9a2d4e92a486d96b8788cb. Reason for revert: breaks build Bug: 194018054 Change-Id: Ia7f0436d21dc07143f7fae6f90a73bb4f730e98d
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.