summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
-rw-r--r--Android.bp.in4
-rw-r--r--libaom_blacklist.txt4
3 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 523bb8c..3a5ad26 100644
--- a/Android.bp
+++ b/Android.bp
@@ -507,6 +507,10 @@ cc_library_static {
},
+ sanitize: {
+ blacklist: "libaom_blacklist.txt",
+ },
+
}
cc_fuzz {
diff --git a/Android.bp.in b/Android.bp.in
index e5851db..3d9c5c6 100644
--- a/Android.bp.in
+++ b/Android.bp.in
@@ -106,6 +106,10 @@ cc_library_static {
},
+ sanitize: {
+ blacklist: "libaom_blacklist.txt",
+ },
+
}
cc_fuzz {
diff --git a/libaom_blacklist.txt b/libaom_blacklist.txt
new file mode 100644
index 0000000..07b3904
--- /dev/null
+++ b/libaom_blacklist.txt
@@ -0,0 +1,4 @@
+[cfi]
+# libaom/av1/common/reconintra.c: indirect call to assembly code on x86/x86_64 platform
+fun:dr_predictor
+fun:build_intra_predictors