| commit | 75bd6498c80883264a0cc70123a203b09a3c0ba8 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Wed Apr 30 13:03:22 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Wed Apr 30 13:03:22 2025 -0700 |
| tree | 49d73d35698db07572d5a7e01fb85f3454e7fcdf | |
| parent | 49c20850965d76b30bcd65906c388afec0b80091 [diff] |
Remove joeo and jingwen from OWNERS joeo left google, jingwen left the team. Test: Presubmits Change-Id: Id83dfc3fc62073a8a30c5ecc38e30701d3bff3d2
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.