commit | a96ce3223ab7a4cfd8f7a4fe2f46cb6aa665b8ea | [log] [tgz] |
---|---|---|
author | Aditya Choudhary <caditya@google.com> | Wed Nov 15 11:02:37 2023 +0000 |
committer | Aditya Choudhary <caditya@google.com> | Wed Nov 15 18:05:11 2023 +0000 |
tree | 98c9caab32a743415505bce366155b6fa1abee69 | |
parent | 4277d617f251143c161678d3fdc68f2df271867e [diff] |
Refactor metadata tool to support metadata generation for different rules. Bug: 296873595 Test: Manual test (use go test inside tools/metadata/testdata) Change-Id: I881fd76213ec78001f9e12ed2fbc860d1503a364
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.