commit | e086f7222e6d4016c7f16122e257c00740c44e0e | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Tue Sep 14 19:32:27 2021 +0000 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Sep 14 19:32:27 2021 +0000 |
tree | 034efd663554301cc97d8854e2732d08df6a4bcd | |
parent | a1094e9f0c9ef4694104b849de4ed98fbecee1ee [diff] |
Revert "Rebuild vendor images in sign_target_files_apks with vendor otatools." This reverts commit a1094e9f0c9ef4694104b849de4ed98fbecee1ee. Reason for revert: Likely cause for b/199911935 Change-Id: Ib20400cc2f740a26fbbfb0da34fdf20ed7dc620e
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.