commit | 8841a7f6810c237ca22d48539a18454ab82ea7b0 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Fri Jul 27 11:54:32 2018 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Mon Aug 20 14:59:36 2018 -0700 |
tree | a211b44f551d44ca9c1bf8f4313b5c614d88edcf | |
parent | 9f7e0cff7f1ebba6ad83c59ca91350e6c43af416 [diff] |
Add "hwaddress" sanitizer. Build/make support for "hwaddress". * HWASan supports static binaries, unlike ASan. * It will be used to build libc. Since static libraries get a .hwasan suffix in soong, the logic that moves libc-and-friends to the end of the link command line has to be updated. Bug: 112438058 Test: manual, part of a bigger patch set Change-Id: I3b52336841012622771a88ba161916bc33071dfe
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.