commit | 9323b7faf32070fc28880cae3253ff02fd8206d4 | [log] [tgz] |
---|---|---|
author | Zach Riggle <riggle@google.com> | Mon Mar 26 16:17:03 2018 -0500 |
committer | Zach Riggle <riggle@google.com> | Fri Mar 30 21:09:50 2018 +0000 |
tree | fbbe2774d1fb97d0cc6421fd46547f51d3aeb203 | |
parent | ef364228d764fff2ef3edcabdb34e28dc325adcb [diff] |
Add PRODUCT_PACKAGES_DEBUG_ASAN This is a list of modules which should be installed by default, but only on builds which are set up for Address Sanitizer (via SANITIZE_TARGET=address). Additionally, add sanitizer-status to PRODUCT_PACKAGES_DEBUG so that all userdebug builds will have the binary. Currently, the module has the "debug" tag but it may go away in the future. Change-Id: I0bea4faf9c2a65380292471437e51ef8324b5af3
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.