commit | f12be447cd9bf2488649cb323aa751339544f4c4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Sep 14 22:13:45 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 14 22:13:45 2021 +0000 |
tree | 630ec7be9db5bb893de76b33a54008d3ef6ce193 | |
parent | c0ed3060691939fb089b8ed8c595a429fb2bce11 [diff] | |
parent | dd16204e3ed6f7020a0097667782b5a0ded75810 [diff] |
[automerger skipped] Merge "Move the stable code from version_defaults.mk to version_util.mk." into sc-dev-plus-aosp am: 2c3c8d5ab1 am: 5b79cdb61f -s ours am: dd16204e3e -s ours am skip reason: Merged-In I4798fb69c639e6d52d275a5b793fa0c8ba876202 with SHA-1 9a9da6024c is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15828153 Change-Id: I956047ee0de3b00090aff82e9066b4d9349c599e
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.