commit | d4fcff6db8147868e569531682ac2ae70b98da0d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Dec 09 21:50:21 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 09 21:50:21 2021 +0000 |
tree | eacaba5efe6662ce6acdef3df50d50ee6fce2737 | |
parent | 608f4bf805e3ed89346be0f116337f3bac2c6dd8 [diff] | |
parent | 598cbbcde724845c16363c9f2e55e6f6f35da894 [diff] |
Merge "Allow multiple patterns in rblf_wildcard" am: 598cbbcde7 Original change: https://android-review.googlesource.com/c/platform/build/+/1915258 Change-Id: Ib9da4c5eb2ea775fb52b67ee4a6558aee4f0e5dc
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.