commit | ec7fa1cd0904419a2831b8da757ae670a875baed | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Thu Aug 02 14:02:56 2018 +0800 |
committer | Isaac Chen <ycchen@google.com> | Fri Aug 03 11:51:08 2018 +0800 |
tree | 7920f3f18a4212da7e3860a85057fb736e263f06 | |
parent | 7b4b1b1548c38fdb188c7fdfb77bfe5922b0cded [diff] |
Work around e2fsck issue for building sparse GSIs When trying to support sparse format for GSIs, aosp/720949, a bug in e2fsck was triggered, and hence failed the build for sparse GSI. This workaround disables the detection of ASAN ODR so we can build sparse GSIs successfully like we previously did for the vendors, some of which can't handle unsparse images. Bug: 112062612 Test: $ lunch aosp_x86_64-eng $ m SANITIZE_HOST=address ASAN_OPTIONS=detect_odr_violation=0 -j $ emulator Change-Id: Ifafd27aa1e57d785b914f78a4d9bfef6a0c33fc9
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.