commit | 1e9faa2bc926ed9ee4cb9e6c3cb61a5887ac135e | [log] [tgz] |
---|---|---|
author | Shreshta Manu <shreshtabm@google.com> | Wed Sep 11 20:35:01 2024 +0000 |
committer | Shreshta Manu <shreshtabm@google.com> | Wed Sep 18 03:25:55 2024 +0000 |
tree | a35564d60834c667c088294ffcf823d8d5da2f82 | |
parent | 60f5f54e641c1a075326087e04787ec5eab19560 [diff] |
[Ranging] Add ranging to build Bug: 364930449 Test: compiles Change-Id: I35af9f96715be1366fba7041b65094e5a8c04eb0
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.