Merge "rust: Temporarily disable ASAN builds for Host" into main am: 91738fddb3
am: 1b5dad971a
am: 1e09e06286
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2784547 Change-Id: I90dd149f5d8c2742df31a1148c804d6d05789b48 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -203,6 +203,11 @@ func (sanitize *sanitize) begin(ctx BaseModuleContext) {
|
||||
s.Address = nil
|
||||
}
|
||||
|
||||
// TODO: Remove once b/304507701 is resolved
|
||||
if Bool(s.Address) && ctx.Host() {
|
||||
s.Address = nil
|
||||
}
|
||||
|
||||
// Memtag_heap is only implemented on AArch64.
|
||||
if ctx.Arch().ArchType != android.Arm64 || !ctx.Os().Bionic() {
|
||||
s.Memtag_heap = nil
|
||||
|
Reference in New Issue
Block a user