commit | abea58ec357672eb79c8105491da08321b1198be | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Mon Mar 03 12:35:49 2025 -0800 |
committer | Wei Li <weiwli@google.com> | Mon Mar 03 12:37:54 2025 -0800 |
tree | bcf03e23763347cf52d14d8146678abf5d642459 | |
parent | 5e0fd29207b57482a7c4146eded8999d9f22857c [diff] |
Remove unused compliance_bom tool Bug: 395941388 Test: presubmits Change-Id: I6af0b276f29998499a02e80f2ff53b7943bf2218
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.