commit | 3114519c89ad3ff1bad4358456bb971352de1f98 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Wed Aug 28 11:55:21 2024 +0000 |
committer | Nelson Li <nelsonli@google.com> | Wed Aug 28 11:55:21 2024 +0000 |
tree | b4c3881ad13d43589a961e6b33fc9d3d7dd3fc98 | |
parent | 58ef2deebfa8c019da8bc8fed59d824b8fa9c992 [diff] |
Add a new Soong config variable EMMA_INSTRUMENT This change introduces a new Soong config variable named `EMMA_INSTRUMENT`. This variable mirrors the behavior of the existing `EMMA_INSTRUMENT` condition in Android.mk files, allowing for conditional build configurations based on whether EMMA instrumentation is enabled. Bug: 342330305 Test: 1) EMMA_INSTRUMENT=true m ahat-tests 2) m -j ahat-tests Change-Id: I7bc28cd3de936d1e6bfb218683bcf07b40e80784
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.