diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 9a061f536..07e1f122d 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -184,6 +184,7 @@ var ( "external/libdrm": Bp2BuildDefaultTrue, "external/libevent": Bp2BuildDefaultTrueRecursively, "external/libgav1": Bp2BuildDefaultTrueRecursively, + "external/libdav1d": Bp2BuildDefaultTrueRecursively, "external/libhevc": Bp2BuildDefaultTrueRecursively, "external/libjpeg-turbo": Bp2BuildDefaultTrueRecursively, "external/libmpeg2": Bp2BuildDefaultTrueRecursively, @@ -813,6 +814,7 @@ var ( "libcodec2_soft_vp8dec", "libcodec2_soft_vp9dec", "libcodec2_soft_av1dec_gav1", + "libcodec2_soft_av1dec_dav1d", "libcodec2_soft_vp8enc", "libcodec2_soft_vp9enc", "libcodec2_soft_rawdec",