commit | 2b4469a8a0a091dc5d8eae5ca96ad16e39c1d142 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Nov 13 17:02:00 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Nov 13 22:39:00 2018 +0000 |
tree | 4da527fe7eb53bea0cb241fbdd70c066ba0711f4 | |
parent | 1de3ef4a73e9214b7e9baa2c11b3056e842f5a17 [diff] |
Disable artifact path requirements for asan builds asan builds create many artifacts that normal builds do not, and are only used for testing. Disable artifact requirements for them. Bug: 119270428 Test: build internal asan product Change-Id: I8692ee7e8916d40a8a787c3a07dcf7d677b19cab
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.