commit | 71880d9de678f96ef33b444155d77144af9b48f6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jun 04 05:36:55 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 04 05:36:55 2022 +0000 |
tree | 9c915ef798a9dc763edb28abffe542ba83e25f7c | |
parent | f6acd8f00489a1ec21072c424fbbe66411dd2008 [diff] | |
parent | c3a915294b54d76d71e20db444898608021a3e7b [diff] |
Merge "[Bugfix] Check for presence before ZipWrite" am: bb8d9ed70f am: c3a915294b Original change: https://android-review.googlesource.com/c/platform/build/+/2115654 Change-Id: Ifb49b4e8f30ea1da194e914c68cd01f63d8ccd4a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.