// Copyright 2023 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
{ | |
program: { | |
// TODO(crbug.com/40276216): Remove the use of ASAN_OPTIONS once media does | |
// not load the shared rust library separately. | |
environ: [ | |
"ASAN_OPTIONS=detect_odr_violation=0", | |
] | |
} | |
} |