commit | 6f407ba0a8e87951a50a99607112444b9bce6470 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Apr 19 12:39:07 2023 -0700 |
committer | Wei Li <weiwli@google.com> | Thu Apr 20 14:13:58 2023 -0700 |
tree | a0b212549a5569294da1a28c6fc2246a0ce1ffb0 | |
parent | 0ab788ee836e03fa9aa49f0da94a2f9ea0f06a78 [diff] |
Cleanup the list of Soong prebuilt module types. Bug: 272356622 Test: CIs Change-Id: I4031f0a73f5af1bbf1eb374bcd7d3a19b9609a46
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.