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
Loading
Please register or sign in to comment