commit | 1264fcc95abda4a1d04a0ffebe1f8c8d39a2fd49 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Aug 26 16:04:59 2022 -0700 |
committer | Florian Mayer <fmayer@google.com> | Mon Aug 29 15:18:05 2022 -0700 |
tree | df5651564232a404a8c948f7301ae1c852faf6f9 | |
parent | a52c09d238c65874c044ae35e7393665f8daf56b [diff] |
[make] Add memtag-stack sanitizer, switch to linker-generated notes. This change depends on the following toolchain commit: https://reviews.llvm.org/D118948 Bug: b/174878242 Change-Id: Id67503a5c0983c9ae6fc29f158f4d20bca778e9f
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.