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