// 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/1465997): Remove the use of ASAN_OPTIONS once media does
    // not load the shared rust library separately.
    environ: [
      "ASAN_OPTIONS=detect_odr_violation=0",
    ]
  }
}