commit | 5848147ed19b60a95cc2a9895d19898eebf0be25 | [log] [tgz] |
---|---|---|
author | Yisroel Forta <yforta@google.com> | Mon Nov 18 15:48:33 2024 +0000 |
committer | Yisroel Forta <yforta@google.com> | Mon Nov 18 20:01:47 2024 +0000 |
tree | cf9b74b0476ba91bff260248cada8ea073e75524 | |
parent | 13a794a81f175b4b6d8c5d47eff4897a52044d8d [diff] |
Remove trace redactor from build Trace redactor is being moved to profiling apex for updatability. Ignore-AOSP-First: Topic'd with adding to the apex Bug: 379255273 Test: run profiling mcts, check result trace Flag: EXEMPT - infeasible Change-Id: Iba333ef40d68db23dec53e3f782dcd9efb7dc997
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.