| commit | 896fd44d4366b3a0d65477212252c8e2e9649729 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Thu Dec 16 20:43:43 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 16 20:43:43 2021 +0000 |
| tree | 48167dd57c2f5851f3a64b8b859d208df2b637ef | |
| parent | cfd8d0ef1b02101a779bf09a147fa5c0b07840d5 [diff] | |
| parent | a54d4832fce9b6541b701a2cf3575edf0757e1cd [diff] |
Merge "Create $(findstring) starlark implementation" am: 12beaaf4ac am: c7077a8abd am: a54d4832fc Original change: https://android-review.googlesource.com/c/platform/build/+/1921319 Change-Id: I5729b5d3f5d54622a0b4d30c71d521763d612dde
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.