commit | cea047c0237527ac32b41462417e5fb5c5f1b3cc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 19 01:42:33 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 19 01:42:33 2022 +0000 |
tree | eb89d1be38dd300005fd1a9dff325a825bbd7a40 | |
parent | 9f48b3cf4ad1e184ab80b8e5413bdf4dd0f2bdfd [diff] | |
parent | 68f7e845197144ad14f5cb9d1a01d995cda41549 [diff] |
Merge "Fix ota_from_target_files error in non-AB VF" am: 68f7e84519 Original change: https://android-review.googlesource.com/c/platform/build/+/1986310 Change-Id: I45504e48e0fd4fec75d65b38f03c516596612672
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.