commit | ccfd736edabeed3097a50b6db60757fc08615e0b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 09 00:18:38 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 09 00:18:38 2021 +0000 |
tree | 6d65e598a52c71808c4940bde3ea0c405fb468e0 | |
parent | 1fb8dbd1c8603715b93f898991a0f061a186c77b [diff] | |
parent | 159ae38aaad25f21b22f862a0cd1b2e16dbf3bf9 [diff] |
Merge "license metadata remove path on top-down walk" am: 159ae38aaa Original change: https://android-review.googlesource.com/c/platform/build/+/1915582 Change-Id: I5d4af25da66c92813a13c0653c710d5adbc21109
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.