commit | aa8d72c93f24bd41e846b564a7206a4f2dde2477 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Feb 04 09:15:18 2020 -0800 |
committer | Stephen Hines <srhines@google.com> | Tue Feb 04 09:16:28 2020 -0800 |
tree | 686dedeed1be1ae3d177b086a842703ab7ebbee7 | |
parent | 2c2b9b4d64b21489d7f90ea0ad240b73c90b1372 [diff] |
Add ASAN_SYMBOLIZER_PATH for SANITIZE_HOST=address builds. Bug: http://b/30877494 Test: source build/envsetup.sh && echo $ASAN_SYMBOLIZER_PATH --version Change-Id: I669a5762cc2cea26c0c29f935abde6c14eb0ced7
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.