commit | fe3e537192cee2afed1ffeee66c518641c0b5886 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Aug 31 18:37:51 2022 +0000 |
committer | Florian Mayer <fmayer@google.com> | Wed Aug 31 18:37:51 2022 +0000 |
tree | df7d5919a50bda70cc99e736ebe0ffc18a779c27 | |
parent | 1264fcc95abda4a1d04a0ffebe1f8c8d39a2fd49 [diff] |
Revert "[make] Add memtag-stack sanitizer, switch to linker-generated notes." This reverts commit 1264fcc95abda4a1d04a0ffebe1f8c8d39a2fd49. Reason for revert: b/244454542 Change-Id: Ic12481fe99d989dabd52431290c78a17cec911ec
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.