commit | f75b936fd1fc06f5ddda18db986431417cbd4494 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon May 22 03:25:38 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 22 03:25:38 2023 +0000 |
tree | c62fdb99c51015a5a6fbbab9489fb24154159cf6 | |
parent | 87d0ddc11550c082bfcd69af4620a6025a2dd62d [diff] | |
parent | 1622541b05388d366000ece7c09e0a31f63edeb5 [diff] |
Merge "Introduce dist-for-goals-with-filenametag" am: 07cfdab76a am: 1622541b05 Original change: https://android-review.googlesource.com/c/platform/build/+/2567250 Change-Id: I06b1e156c5d3fe952337863872e493e978bc1928 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.