commit | 739a311cc613e8ef2f293ac06f8fe53d2fbbacc1 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Wed Nov 02 20:01:30 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Thu Nov 03 14:43:58 2022 +0000 |
tree | 30ba5e04d674776c9fc98a30c40d428422fe05c3 | |
parent | 29c6a7502521315b56aee6cb066bc1dd4fae6014 [diff] |
Better cleanup and revert. Bug: 243966946 Test: run locally Change-Id: I09f7cb19bb7f97d807a75189bf75e7c2fd25edee
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.