Bug 1869332 - Temporarily disable libaom fuzzing. r=pehrsons

We're going to reevaluate which AV1 library we're using anyways, and we're not
using libaom anymore for decode, we're using libdav1d.

This is tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1869986

Depends on D196063

Differential Revision: https://phabricator.services.mozilla.com/D196406
This commit is contained in:
Paul Adenot 2023-12-20 02:32:38 +00:00
Родитель 430957a2aa
Коммит 6beb933f68
1 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -119,10 +119,11 @@ LOCAL_INCLUDES += [
'/third_party/aom',
]
if CONFIG['OS_TARGET'] == 'Linux':
# For fuzzing, We only support building on Linux currently.
include('/tools/fuzzing/libfuzzer-config.mozbuild')
if CONFIG['FUZZING_INTERFACES']:
TEST_DIRS += [
'test/fuzztest'
]
# Disabled for now, see https://bugzilla.mozilla.org/show_bug.cgi?id=1869986
# if CONFIG['OS_TARGET'] == 'Linux':
# # For fuzzing, We only support building on Linux currently.
# include('/tools/fuzzing/libfuzzer-config.mozbuild')
# if CONFIG['FUZZING_INTERFACES']:
# TEST_DIRS += [
# 'test/fuzztest'
# ]