commit | 497e97a6d628622f03a66bc72a78aad754196bb7 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Tue Sep 14 19:54:26 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 14 19:54:26 2021 +0000 |
tree | 6f9884d6571d86a1db5f50b897471687648c348b | |
parent | b4814708b5def3fb7d4deccc8816a6743b7e6b6c [diff] | |
parent | d9c6d5fc91d1497018acdb09e13233c273d7ad70 [diff] |
Merge "Revert "Rebuild vendor images in sign_target_files_apks with vendor otatools."" am: d9c6d5fc91 Original change: https://android-review.googlesource.com/c/platform/build/+/1826618 Change-Id: Iba7b9100c452202ddcf4529f6639568d44deff9f
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.