commit | 3330b2fe0beeee3d35f50b99f2a146b5c8f16ea7 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Wed Jan 13 12:14:55 2021 -0800 |
committer | Evgenii Stepanov <eugenis@google.com> | Wed Jan 20 22:27:49 2021 +0000 |
tree | 0527d780f45d036a8a6bba904d0f16f6abbffd5f | |
parent | ef3186def7c76c15424c8502cd9d685b160a06f9 [diff] |
Support memtag_heap sanitizer type in make. Bug: b/135772972 Test: build with SANITIZE_TARGET=memtag_heap Change-Id: I0f66649e7a689c9f050dc49974e218b56698254c
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.