commit | 8520f4b19e27463d19966ddd81b38af4b575fff6 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Thu Jun 01 14:22:32 2023 +0200 |
committer | Mitch Phillips <mitchp@google.com> | Thu Jun 22 17:05:01 2023 +0000 |
tree | b7721d4178ae19db27787dfcf25e135c18d34928 | |
parent | 4f6a18d4cf433461944bee02da4a1fc483afed5d [diff] |
[MTE] [gnu make] Add memtag_globals as a sanitizer target. GNU make bits for https://android-review.git.corp.google.com/c/platform/build/soong/+/2625692. Bug: N/A Test: Build {libc, libm, libc++, libm, and libnetd} in internal master with these patches and an experimental compiler with the lld support. Also, `SANITIZE_TARGET=memtag_globals m` here with in-tree compiler without lld support. Change-Id: I44c239ba907a90a355c46e12afbbbe96bb2e4426
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.