aboutsummaryrefslogtreecommitdiff
path: root/files/tools_libyuv/ubsan/blacklist.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-03 23:40:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-03 23:40:04 +0000
commitc1068d3eb9464eb1e6028869524930c57feb716b (patch)
tree7aa355fd0b89ec0b2611e17ee84a14c6fa449e22 /files/tools_libyuv/ubsan/blacklist.txt
parentad14b7e1bb4ad1db3cc083b70c9179f86b2e2052 (diff)
parenta270e88f71c875f86ebc612ff3232b204bbc75c9 (diff)
downloadlibyuv-androidx-glance-release.tar.gz
Merge "Snap for 11801295 from 488a2af021e3e7473f083a9435b1472c0d411f3d to androidx-glance-release" into androidx-glance-releaseandroidx-glance-release
Diffstat (limited to 'files/tools_libyuv/ubsan/blacklist.txt')
-rw-r--r--files/tools_libyuv/ubsan/blacklist.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/tools_libyuv/ubsan/blacklist.txt b/files/tools_libyuv/ubsan/blacklist.txt
deleted file mode 100644
index 8bcb2907..00000000
--- a/files/tools_libyuv/ubsan/blacklist.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-#############################################################################
-# UBSan blacklist.
-# Please think twice before you add or remove these rules.
-
-# This is a stripped down copy of Chromium's blacklist.txt, to enable
-# adding WebRTC-specific blacklist entries.
-
-#############################################################################
-# YASM does some funny things that UBsan doesn't like.
-# https://crbug.com/489901
-src:*/third_party/yasm/*
-
-#############################################################################
-# Ignore system libraries.
-src:*/usr/*