commit | e84e7041e2b977fb539ba5df4e9954b22479783f | [log] [tgz] |
---|---|---|
author | Albert Martin <albertmartin@google.com> | Mon Apr 11 12:48:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 11 12:48:42 2022 +0000 |
tree | 48c25f4ab89f5b8b35ff927bec524cb4531f1422 | |
parent | 1080b9f3f6d2970eb7437567960b68d21ada36b3 [diff] | |
parent | 7366fcbca6280e5fd871b3fa80ff6e22a2c10909 [diff] |
Merge "Add flag to globally override updateable apexes' min_sdk_version" am: 7366fcbca6 Original change: https://android-review.googlesource.com/c/platform/build/+/2059368 Change-Id: I87968a9fd420f9739d61c93e996217326d33e828 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.