commit | 97222e192a5fab3030e9255b32b612ce8954aebc | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Thu Jun 01 14:16:28 2023 -0700 |
committer | Florian Mayer <fmayer@google.com> | Thu Jun 01 14:21:54 2023 -0700 |
tree | f6ef62ff4348018c94fb923fac8995c38bef1042 | |
parent | 05e0a133aac67bc79f761f679e1473b3c0aa9b71 [diff] |
Use linker_hwasan64 for make built HWASan executables Test: build chre on oriole_hwasan verify linker with `file` Bug: 276930343 Change-Id: I92e07b38f9198fc72f4aa3418420cc155085b324
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.