commit | c8e599810054d99d6cfefa1b5ba29390d70d73b6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Apr 05 01:30:03 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Apr 05 01:30:03 2022 +0000 |
tree | 22d19246c069a962eaaf9d20404fac14c9dd171b | |
parent | 59b9e47ea8b3dba95c3856ac85a45625e5457476 [diff] | |
parent | e13c9771a657597b453d11db28851caa43290045 [diff] |
Merge "Support more dependencies for license metadata." am: d17518474a am: e13c9771a6 Original change: https://android-review.googlesource.com/c/platform/build/+/2043296 Change-Id: I0c64006c5bb8044b64de79196475a9ae2dee70f3 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.