aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2020-07-28 14:36:17 -0700
committerPirama Arumuga Nainar <pirama@google.com>2020-07-28 14:36:17 -0700
commite43bab513c6b1c4db28b3b2225c5e150dba028c6 (patch)
tree4e07db5a57592acf36ca080e505924df037b33f5
parentd53de4257603f3292c5928d74d59aa0e3259efd7 (diff)
downloadlibvpx-e43bab513c6b1c4db28b3b2225c5e150dba028c6.tar.gz
Use blocklist sub-property in sanitize
Update language to comply with Android’s inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Bug: 162245450 Test: build topic Change-Id: I6837acd4a1e581625d2b0ca05fcb186bd053aaf3
-rw-r--r--Android.bp2
-rw-r--r--Android.bp.in2
-rw-r--r--libvpx_blocklist.txt (renamed from libvpx_blacklist.txt)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 719272e97..964bfeb68 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1160,7 +1160,7 @@ cc_library {
misc_undefined: ["bounds"],
// Enable CFI if this becomes a shared library.
// cfi: true,
- blacklist: "libvpx_blacklist.txt",
+ blocklist: "libvpx_blocklist.txt",
},
min_sdk_version: "29",
}
diff --git a/Android.bp.in b/Android.bp.in
index 612551c88..8ed278fdb 100644
--- a/Android.bp.in
+++ b/Android.bp.in
@@ -56,7 +56,7 @@ cc_library {
misc_undefined: ["bounds"],
// Enable CFI if this becomes a shared library.
// cfi: true,
- blacklist: "libvpx_blacklist.txt",
+ blocklist: "libvpx_blocklist.txt",
},
}
diff --git a/libvpx_blacklist.txt b/libvpx_blocklist.txt
index df3e36c1d..df3e36c1d 100644
--- a/libvpx_blacklist.txt
+++ b/libvpx_blocklist.txt